TortoiseGit pull分支代码失败

近日在公司提交代码到codingnet上的分支时,回来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.

最后发现问题很简单,就是没有选中分支

因此只需要在
TortoiseGit pull分支代码失败_第1张图片
这里选中所需要pull取的远程分支即可。

你可能感兴趣的:(git)