G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

Error message for uploading to protected branch #305

Open JuliaSprenger opened 3 years ago

JuliaSprenger commented 3 years ago

Branches can be protected from commits being directly pushed to them. When trying to do so anyway, the gin-cli yields a misleading error message:

upload failed: changes were made on the server that have not been downloaded; run 'gin download' to update local copies 

In this case following the instructions and running gin download does not resolve the issue of not being able to push commits. This is linked to #52