LoginSignup
0
0

More than 1 year has passed since last update.

git-ftpでリモートの変更ファイルをローカルにダウンロードする方法

Posted at
git-ftp download

これで、リモートの変更ファイルをローカルにダウンロードできます。

上手くできない時は

以下のようなエラーが出るときがあります。

cd: 致命的エラー: Certificate verification: unable to get local issuer certifica:

その際は、

ターミナルをロゼッタを使って開く

lftpをインストール

brew install lftp 
mkdir ~/.lftp
echo "set ssl:verify-certificate no" >> ~/.lftp/rc

これで、git-ftp downloadが使えるようになるはずです。

参考

Wordpressやエンジニアの便利な情報を発信しています

Wordpressのブログにて記事を最新情報を更新中です!
エンジニアリングに関する情報を随時更新中ですので、ぜひご覧ください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0