您的位置:首页 > 其它

did you run git # update-server-info on the server?

2014-11-13 13:10 525 查看
https://help.github.com/articles/generating-ssh-keys/

git remote -v
# View existing remotes
# origin  https://github.com/github/reactivecocoa.git (fetch)
# origin  https://github.com/github/reactivecocoa.git (push)

git remote set-url origin https://github.com/github/ReactiveCocoa.git # Change the 'origin' remote's URL

git remote -v
# Verify new remote URL
# origin  https://github.com/github/ReactiveCocoa.git (fetch)
# origin  https://github.com/github/ReactiveCocoa.git (push)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐