zoukankan      html  css  js  c++  java
  • 第一次从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
  • 相关阅读:
    Luogu P4002 [清华集训2017]生成树计数
    Luogu P3978 [TJOI2015]概率论
    Codechef JADUGAR2 Chef and Same Old Recurrence 2
    Codechef TREDEG Trees and Degrees
    一些有趣的数
    有向图上Euler回路计数
    P5105 不强制在线的动态快速排序
    二分图小结
    BZOJ2648: SJY摆棋子
    P3231 [HNOI2013]消毒
  • 原文地址:https://www.cnblogs.com/penen/p/13139458.html
Copyright © 2011-2022 走看看