我在 Terminal 中设置 one-repo 这个项目的
git remote add origin https://github.com/one/one-repo.git
然后执行 git push -u origin master 时会提示输入 github 的的账号密码,执行完成,没问题
我有我另外一个 github 的账号 second , 比如我另外一个项目是
git remote add origin https://github.com/second/project-second.git
当我执行命令 git push -u origin master 的时候会遇到的问题是
remote: Permission to second/project-second.git denied to one.
fatal: unable to access 'https://github.com/second/project-second.git/': The requested URL returned error: 403
请问这里该如何才能设置 project-second 应该是 push 到 second 这个账号?
1
twm 2017-02-15 17:03:22 +08:00 1
|