1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

githubのシェルスクリプトを実行するときに出る「/dev/fd/63: line 1: 404:: command not found」の対処法

Posted at

はじめに

だいぶ局所的なエラーですが、過去に何度もこのエラーに遭遇してはググるの繰り返しだったので、自分の備忘録として投稿しました。

問題

githubのリポジトリにあるシェルスクリプトを実行しようとしたらこのエラーに遭遇。
キャプチャ.PNG

解決

原因: githubリポジトリのURLが正しくなかった。

解決方法

1. githubリポジトリのページ内にある「raw」をクリック
dev2.PNG

2. 正しいURLをコピー
aaaaaa.PNG

3. 成功!
dfbdfbdf.PNG

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?