nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.6k stars 2.66k forks source link

Wiki installation instructions for Arch Linux no longer work #6393

Open alexmuller opened 7 years ago

alexmuller commented 7 years ago
yaourt -S gitflow-git
error: target not found: gitflow-git

https://github.com/nvie/gitflow/wiki/Linux

I'm not sure which package is the correct one to update it to.

NobbZ commented 7 years ago

6370

Perhaps you can find a solution to your problem in the fork.

deyvisonborges commented 4 years ago

cd ~ curl -OL https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh chmod +x gitflow-installer.sh sudo ./gitflow-installer.sh INSTALL_PREFIX= ./gitflow-installer.sh

NaelsonDouglas commented 2 years ago

cd ~ curl -OL https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh chmod +x gitflow-installer.sh sudo ./gitflow-installer.sh INSTALL_PREFIX= ./gitflow-installer.sh

I had an error trying this approach. But it was solved using this: https://itsmycode.com/the-unauthenticated-git-protocol-on-port-9418-is-no-longer-supported/

Now everthing is fine.