Skip to main content

Posts

Showing posts with the label GitHub

Using GitHub within a Corporate Proxy

So, when you are going use GitHub in your Windows PC/Laptop, use these steps to connect through. Step 1 : Go to your user-profile in your PC/Laptop C:\Users\<%USERPROFILE%> Step 2 : You will find a file ".gitconfig" Step 3 : Open it with any text editor. (Notepad++ recommended) Step 4 : Add the following lines with appropriate info's [http]    proxy = http:// : @ : [https]  proxy = https:// : @ : Step 5 : Just close your GitHub on Windows and open it again. Viola!! You are now up and running.. #TRASHCODERS