-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Error install git-flow Rocky Linux 9.3 #6490
Comments
Same issue for me. System: Amazon Linux release 2023.4.20240319 (Amazon Linux) (EC2 machine) Full Log: gitflow no-make installerInstalling git-flow to /usr/local/bin fatal: clone of 'git://github.com/nvie/shFlags.git' into submodule path '/home/ec2-user/gitflow/shFlags' failed fatal: clone of 'git://github.com/nvie/shFlags.git' into submodule path '/home/ec2-user/gitflow/shFlags' failed |
@mtaschenberger any news? |
see Installing on Linux, Unix, etc for currently supported installation on Linux and Unix type OS's. This is not a issue with my fork of gitflow. |
I think I found the solution with the help of GPT. I tested it and it works on my system. {username@machine test]$ git-flow init Solution:
Step 1: Step 2: Step3: Step 3.5 (GPT doesn't state this): You need to exit the gitflow directory and be in the .. directory for that folder: Step4: Hope it works for you as it did for me. |
@anoureldinezg good to hear that you were able to find a solution. Just so you are aware I have a maintained fork of git-flow at gitflow-cjs |
I had to change the URL in the submodule clause in |
After the instructions:
curl -OL https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh
chmod +x gitflow-installer.sh
sudo ./gitflow-installer.sh
Show the erros below:
fatal: clone of ‘git://github.com/nvie/shFlags.git’ into submodule path ‘/home/joao/repo/gitflow/shFlags’ failed
“install: cannot stat ‘gitflow/gitflow-shFlags’: No such file or directory”
The text was updated successfully, but these errors were encountered: