Galaxy local update
1
0
Entering edit mode
6.7 years ago
anoopa.p • 0

When I tried to update galaxy server which is installed on redhat linux.

Command I used :

git checkout release_17.05 && git pull --ff-only origin release_17.05

Error:

error: pathspec 'release_17.05' did not match any file(s) known to git.

Please let me know how to resolve this issue and give suggestions for updating galaxy.

galaxy local update • 1.3k views
ADD COMMENT
0
Entering edit mode

This question is best posted over at Galaxy Biostars.

ADD REPLY
1
Entering edit mode
6.7 years ago
Peter 6.0k

You most likely need to run git fetch origin first to ensure git has a local copy of all the changes in the master repository at GitHub. That would explain why your local git repository has no matches to release_17.05.

ADD COMMENT

Login before adding your answer.

Traffic: 2629 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6