元ネタ: github - git:// protocol blocked by company, how can I get around that? - Stack Overflow
以下のように git の設定を行うと、git:// の代わりに http:// でアクセスしてくれるようになる。
git config --global url."https://".insteadOf git://
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
元ネタ: github - git:// protocol blocked by company, how can I get around that? - Stack Overflow
以下のように git の設定を行うと、git:// の代わりに http:// でアクセスしてくれるようになる。
git config --global url."https://".insteadOf git://
Register as a new user and use Qiita more conveniently
Go to list of users who liked