Git推“权限被拒绝”

时间:2013-02-01 21:09:54

标签: git github push public-key

我正在尝试将我的代码推送到我的github帐户,但每当我尝试时,我都会得到这个

Pushing to git@github.com:AlphaModder/Space-Dimension-Mod.git
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

问题:如何避免“权限被拒绝”? GitHub远程地址是否有效?

1 个答案:

答案 0 :(得分:6)

我建议您使用远程“来源”的https地址:

https://github.com/AlphaModder/Space-Dimension-Mod.git

这样可以避免处理ssh设置的所有复杂问题 另外,你可以cache your credentials too

如果您确实需要ssh地址...请参阅“ssh,github,it does not work”。