问答详情
源自:3-3 标签管理

github推送tag失败

$ git status

On branch master

Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

--------------------------------------------------

$ git tag

v1.0.1

--------------------------------------------------

$ git push origin v1.0.1

Received disconnect from 13.250.177.223 port 22:11: Bye Bye

Disconnected from 13.250.177.223 port 22

fatal: Could not read from remote repository.


Please make sure you have the correct access rights

and the repository exists.


提问者:大雷神加速 2020-02-09 15:06

个回答

  • qq_慕勒1331994
    2020-02-20 11:01:16

    这个远端必须有一个相对应的仓库吧,老师演示的时候就是用的克隆那个仓库演示的,我是这么认为的