Replies: 2 comments 3 replies
-
I'm not sure what's causing this behaviour but v3.1.11 is not a tag according to my local git clone. Use "git checkout v3." and press the tab key twice to see all valid tags. Alternatively you can use "git log --tags --no-walk". Strange thing is that the tag shows up here: https://github.com/netbox-community/netbox/tags |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am having the same issue. Trying to upgrade from v3.3.2 to v3.3.10. However, when I issue a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am on 3.1.8 and i want to upgrade to 3.1.11.
According the the docs i have to
sudo git checkout v3.1.11
But i got an error:pathspec v3.1.11 did not match any files known to git.
Additionally, if it would work how would the second command look
sudo git pull origin master
Or
sudo git pull origin v3.1.11
Thx to all
Beta Was this translation helpful? Give feedback.
All reactions