Skip to content

Instantly share code, notes, and snippets.

@atongsa
Last active July 16, 2022 09:42
Show Gist options
  • Save atongsa/a94d42c0e08218d3ab8bfb50cb49a7c7 to your computer and use it in GitHub Desktop.
Save atongsa/a94d42c0e08218d3ab8bfb50cb49a7c7 to your computer and use it in GitHub Desktop.
cant access github
change
git clone https://github.com/u/repo.git
to
git clone git://github.com/u/repo.git
or
git config --unset http.proxy
git config --unset https.proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment