Open TitasBin opened 3 years ago
if anyone has the same issue as me, just follow instuctions
git clone https://github.com/git-ftp/git-ftp.git
cd git-ftp
git checkout master
sudo make install
these helps me install git ftp without brew and errors.
As said here you can always install Git-ftp using the manual installation. It’s even possible without cloning the repo. Just follow the to installation steps for using direct download.
But I agree. It would be great to have a bottle for the new macOS architecture. I’ll rename and reopen this issue for this purpose.
As said here you can always install Git-ftp using the manual installation. It’s even possible without cloning the repo. Just follow the to installation steps for using direct download.
But I agree. It would be great to have a bottle for the new macOS architecture. I’ll rename and reopen this issue for this purpose.
I tried but no luck with these instructions on your link. But with these on my second comment i have successfully installed git ftp. :)
Overall my problem was solved.
Are you sure the directory you used to install Git-ftp is in your $path?
We use /bin
as the installation location in the manual. I’d recommend /usr/local/bin
or /usr/bin
, because /bin
should be reserved for OS scripts. Just make sure the location is in your $path variable, so the script will be found by bash/zsh. You can check what's in your $path by calling echo $path
.
It works for me at 27.02.2022. Big Sur 11.6.4.
hi i have trouble to install git-ftp on mac pro 2020, m1 chip, big sur.
few commands that i google it or see on issues on this github.
it is mac or me not doing it right. Using these instructions https://github.com/git-ftp/git-ftp/blob/master/INSTALL.md#macos