I am working on a TensorFlow tutorial at the moment and need to download the source code. When I run git clone ..., however, I get the following error:
C:\Git\cmd>git clone https://github.com/tensorflow/nmt/
Cloning into 'nmt'...
fatal: unable to access 'https://github.com/tensorflow/nmt/': Could not resolve proxy: aproxy
I am working from my home network and have the latest version of Git.
I tried the following command, without success:
git config --global --unset https.proxy
Any ideas?
git config --global --unset http.proxyandgit config --global --unset https.proxy