2017-07-23

git ftp 指令


有時候沒有 ssh 或 git repository,當 ftp 成為唯一個  git 選擇時,可以使用 git-ftp
老實講不是很好用,但若單純用在備份綽綽有餘了,設定 config 的指令如下:


git config git-ftp.url ftp://domain.name/xxx/xxx/xxx.git
git config git-ftp.user 用戶ID
git config git-ftp.password 密碼
git config git-ftp.syncroot /xxx/xxx/xxx.git

參考網址: https://github.com/git-ftp/git-ftp



沒有留言:

張貼留言