github - git push 报错 requested URL returned error: 403 while accessing

【字号: 日期:2023-10-23浏览:14作者:雯心

问题描述

总是报错

error: The requested URL returned error: 403 while accessing https://LL101SS@github.com/LL101SS/easy_mongo_liu.git/info/refsfatal: HTTP request failed

问题解答

回答1:

http://stackoverflow.com/questions/7438313/pushing-to-git-returning-error-code-403-fatal-http-request-failed不知道这个是否可以解决楼主问题。

回答2:

解决了,感激不尽啊:我把上面的回答整理了一下:

[remote 'origin']url = ssh://git@github.com/njz817/learngit.gitfetch = +refs/heads/*:refs/remotes/origin/*

详细记录在:http://www.aipanshi.com/post/view/99.html

相关文章: