Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试将本地 git 存储库推送到 github 存储库时出现以下错误。从终端访问我的远程 github 存储库没有问题,但 EGit 无法正常工作。
我怎么解决这个问题?
EGit 和 GitHub 的“Auth Failed”错误解决了这个问题。
简单来说,
cd ~ echo "export GIT_SSH=/usr/bin/ssh" >> .profile
然后重启Eclipse生效。
我使用带有身份验证的 Http Url 而不是 ssh URL。