第一次从gitpull东西到本地

Administrator@USER-20200307HH MINGW64 /f/python (master)----------------------------------》但是工作区没有任何东西
$ git pull

remote: Enumerating objects: 466, done.
remote: Total 466 (delta 0), reused 0 (delta 0), pack-reused 466
Receiving objects: 100% (466/466), 977.44 KiB | 464.00 KiB/s, done.
Resolving deltas: 100% (239/239), done.
From github.com:Captain-Soap/LearnPython
 * [new branch]      master     -> origin/master
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


Administrator@USER-20200307HH MINGW64 /f/python (master)
$

Administrator@USER-20200307HH MINGW64 /f/python (master)
$ git pull remote master
fatal: 'remote' does not appear to be a git repository
fatal: Could not read from remote repository.

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

Administrator@USER-20200307HH MINGW64 /f/python (master)----------------------------------------------》这里才pull到本地
$ git pull origin master
From github.com:Captain-Soap/LearnPython
 * branch            master     -> FETCH_HEAD

 

posted @ 2020-06-16 10:05  北迁怀南  阅读(587)  评论(0编辑  收藏  举报