跳转到帖子

fatal: unable to access 'https://github.com/discourse/discourse.git/': Failed to connect to github.com port 443: Connection timed out

Featured Replies

  • 网站管理

解决方案:

方法1.依次执行以下命令就可以正常使用

git config --global --unset http.proxy

git config --global --unset https.proxy

方法2.打开终端在终端中执行以下命令就可以了。

git config--global--addremote.origin.proxy""

方法3.若第一种方法输入命令不管用,可以尝试先输入下边命令,然后在执行第一种方法的命令。

git config--globalhttp.sslBackend"openssl"

git config--global--addremote.origin.proxy""

成长就是不断打破并重建三观

  • 查看数 0
  • 已创建
  • 最后回复
游客
回帖…

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.