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.