赞
踩
$ git pull
Enter passphrase for key ‘/c/Users/Administrator/.ssh/id_rsa’:
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> master
git pull git@github.com:远程仓库用户名/项目.git
git branch --set-upstream master origin/master
然后运行:
git pull
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。