前提・実現したいこと
https://githubja.com/google/youtube-8m
を参考にyoutube-8Mからデータセットを取得するためにcmdから
git clone https://github.com/google/youtube-8m.git
というコマンドを打ったが、下記のようなエラーメッセージがでてしまう
発生している問題・エラーメッセージ
git clone https://github.com/google/youtube-8m.git
Cloning into 'youtube-8m'...
fatal: unable to access 'https://github.com/google/youtube-8m.git/': Failed to convert http: to ACE; could not convert string to UTF-8
エラーメッセージ fatal: unable to access 'https://github.com/google/youtube-8m.git/': Failed to convert http: to ACE; could not convert string to UTF-8 ### 該当のソースコード ```ここに言語名を入力 ソースコード
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
エラーが出るのはわかるんですが、さて、しつもんはなんでしょうか
質問内容
https://githubja.com/google/youtube-8m
に載っているやり方の中でgit repoをクローンする操作を行うとエラーがでる。
このエラーを解消しgit repoをうまくクローンするにはどうしたらいいでしょうか。