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
  • 相关阅读:
    从一个网页上摘取想要的元素
    Oracle数据库迁移
    java 内部类
    关于robot framework 环境搭建的几点注意
    robotframework 页面已经locate到元素 但是操作提示element is no longer valid!
    转 PyQt学习资料
    Java 大数值
    【转】Excel 使用技巧
    Java调用WebService
    String StringBuffer StringBuider
  • 原文地址:https://www.cnblogs.com/penen/p/13139458.html
Copyright © 2011-2022 走看看