码迷,mamicode.com
首页 > 其他好文 > 详细

git pull error

时间:2017-09-04 11:53:28      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:efault   rom   lin   pull   because   err   figure   merge   操作   

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

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
参考:
https://stackoverflow.com/questions/4847101/git-which-is-the-default-configured-remote-for-branch

git pull error

标签:efault   rom   lin   pull   because   err   figure   merge   操作   

原文地址:http://www.cnblogs.com/wuzhang/p/wuzhang20170904.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!