Use git config --global --unset http.proxy
to unset proxy
- Use
git config --global http.proxy http://<userid>:<passwd>@proxy62.iitd.ac.in:3128
- Added some files with a particular extension unknowingly do
git rm -r '*.class'
and thenecho '*.class' >> .gitignore
- scp file_location_on_local [email protected]:/location/to/directory
- scp [email protected]:/home/dual/cs5160625/location ./ -- saves to pwd in local
And finally i found 100% work for me (check on two same laptops with different version Ubuntu 16.04LTS and 17.04)
- Open Terminal, enter iwconfig and note down the wl* number.