Guest User

Untitled

a guest
Jan 22nd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. git config --global http.proxy 172.16.0.2:8080
  2.  
  3. git config --global --unset http.proxy
  4. git config --global --unset https.proxy
  5. git config --global --unset core.gitproxy
  6.  
  7. badar:DSA Lab Tasks$ git clone https://github.com/badarshahzad/SEGP_Group10.git
  8. Cloning into 'SEGP_Group10'...
  9. fatal: unable to access 'https://github.com/badarshahzad/SEGP_Group10.git/': Failed to connect to 172.16.0.2 port 8080: Connection timed ou
  10.  
  11. git config --global --unset http.proxy
  12. git config --global --unset https.proxy
  13. git config --global --unset core.gitproxy
  14.  
  15. sudo apt-get update
  16. sudo reboot
  17.  
  18. 404 Not Found
  19.  
  20. The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
Add Comment
Please, Sign In to add comment