specifying git branch for remote

后端 未结 2 1878
攒了一身酷
攒了一身酷 2020-12-24 02:36

I\'m trying to update my webbynode pulling from github but I got the message below:

You asked to pull from the remote \'git@github.com:sigbackup/gsapp

2条回答
  •  感情败类
    2020-12-24 03:12

    It's strange that you have a branch called origin. origin is used to name a remote automatically created during git clone; you will get in troubles having to disambiguate origin-the-branch and origin-the-remote. Did you add the branch manually to the .git/config? What commands did you run? I suspect that you messed this up.

提交回复
热议问题