zoukankan      html  css  js  c++  java
  • git执行pull命令时,报错

    在图形界面中,执行拉取操作时,出现下面的错误。

    You asked to pull from the remote 'origin', but did not specify
    a branch. Because this is not the default configured remote
    for your current branch, you must specify a branch on the command line.

    解决办法:

    Edit your .git/config

    [branch "master"]
      remote = origin
      merge = refs/heads/master

    Now you can simply git push and git pull.

    参考地址:http://stackoverflow.com/questions/4847101/git-which-is-the-default-configured-remote-for-branch

  • 相关阅读:
    2016.7.31整机升级计划
    UVa 1588
    UVa1587
    Jzoj4714 公约数
    Jzoj4714 公约数
    Jzoj4713 A
    Jzoj4713 A
    Jzoj4711 Binary
    Jzoj4711 Binary
    Jzoj4710 Value
  • 原文地址:https://www.cnblogs.com/wangkongming/p/4227739.html
Copyright © 2011-2022 走看看