Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 406 Bytes

mini-github-workshop

A place to learn the basics of git

To configure git with swinwifi proxy, type this in command prompt or terminal.

git config --global --add http.proxy wwwproxy.swinburne.edu.my git config --global --add https.proxy wwwproxy.swinburne.edu.my

To remove the proxy, type this. git config --global --unset http.proxy git config --global --unset https.proxy