Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki installation instructions for Arch Linux no longer work #6393

Open
alexmuller opened this issue Jul 31, 2017 · 3 comments
Open

Wiki installation instructions for Arch Linux no longer work #6393

alexmuller opened this issue Jul 31, 2017 · 3 comments

Comments

@alexmuller
Copy link

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
Copy link

NobbZ commented Aug 1, 2017

#6370

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

@deyvisonborges
Copy link

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
Copy link

NaelsonDouglas commented May 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants