Upgrade to v4.4.0 issue #20319
Unanswered
kevintdiep1980
asked this question in
Help Wanted!
Replies: 0 comments
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.
-
NetBox Edition
NetBox Community
NetBox Version
v4.3.3
Python Version
3.10
Steps to Reproduce
Here are the commands I am using to attempt to upgrade our NetBox environment from version 4.3.3 to 4.4.0.
git ls-remote --tags https://github.com/netbox-community/netbox.git
| grep -o 'refs/tags/v[0-9].[0-9].[0-9]*$'
| tail -n 1
| sed 's|refs/tags/||'
v4.4.0
cd /opt/netbox &&
sudo git fetch --tags &&
sudo git checkout v4.4.0
Output message:
fatal: invalid refspec '+refs/heads/:refs/remotes/origin/'
Expected Behavior
I expect to proceed with this command, should the git checkout command be successful.
sudo ./upgrade.sh
Observed Behavior
Instead, this message is provided.
fatal: invalid refspec '+refs/heads/:refs/remotes/origin/'
Beta Was this translation helpful? Give feedback.
All reactions