git pull error

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

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://*.com/questions/4847101/git-which-is-the-default-configured-remote-for-branch
上一篇:用eclipse做项目中常遇到的问题-如何创建并读取properties文件


下一篇:黑马程序员——Objective-c特性