Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibly erroneous tag pushed: v1.0.2 #102

Closed
locotorp opened this issue Feb 26, 2019 · 0 comments
Closed

Possibly erroneous tag pushed: v1.0.2 #102

locotorp opened this issue Feb 26, 2019 · 0 comments
Assignees

Comments

@locotorp
Copy link

Woof Woof 馃惗

@Kubuxu looks like you pushed old tag into this repo.
Remove this tag by running git tag -d v1.0.2 && git push origin :v1.0.2

This probably happened because your local git repositories still have old tags.
You can remove all of them in one go by running:
find libp2p multiformats ipfs -maxdepth 1 -mindepth 1 -type d | while read dir; do; cd $dir; git fetch --prune origin '+refs/tags/*:refs/tags/*'; cd ../..; done in $GOPATH/src/github.com/.

Yours truly, with 馃惄, Tag Dog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants