无法在 windows 8 上安装 git-ftp
can not install git-ftp on windows 8
已安装最新的git-bash,但无法安装git-ftp
。
cd ~
git clone https://github.com/git-ftp/git-ftp git-ftp.git
cd git-ftp.git && chmod +x git-ftp
cp ~/git-ftp.git/git-ftp /bin/git-ftp
但是cp: cannot create regular file ‘/bin/git-ftp’: Permission denied
我从Konstantin Khomoutov
那里得到答案
直接右击Git Bash, 运行 管理员权限,然后cp ~/git-ftp.git/git-ftp /bin/git-ftp
就可以了。
已安装最新的git-bash,但无法安装git-ftp
。
cd ~
git clone https://github.com/git-ftp/git-ftp git-ftp.git
cd git-ftp.git && chmod +x git-ftp
cp ~/git-ftp.git/git-ftp /bin/git-ftp
但是cp: cannot create regular file ‘/bin/git-ftp’: Permission denied
我从Konstantin Khomoutov
那里得到答案
直接右击Git Bash, 运行 管理员权限,然后cp ~/git-ftp.git/git-ftp /bin/git-ftp
就可以了。