为什么`git remote set-url`不能正确设置我的远程存储库?

时间:2018-08-08 00:38:36

标签: git

Github很明显它不接受用户名:

https://help.github.com/articles/error-permission-denied-publickey/

我尝试将远程存储库设置如下:

git remote set-url origin git@github.com:organization/reponame.git

当我这样做

git remote -v

然后显示

origin  git@github.com:organization/reponame.git (fetch)
origin  ssh://username@github.com/organization/reponame.git (push)

为什么我的推送URL仍然具有用户名?

0 个答案:

没有答案