Whenever I try to use git push -u origin master it always fails. Is it  because of the proxy or something else? I tried adding my GitHub username and password to the Git proxy config and it still did not work.
            Asked
            
        
        
            Active
            
        
            Viewed 122 times
        
    0
            
            
         
    
    
        ChrisGPT was on strike
        
- 127,765
- 105
- 273
- 257
 
    
    
        RagnaLugria
        
- 121
- 2
- 13
- 
                    `ping -a github.com` ? No wait, `Couldn't resolve proxy 'foo'` => http://stackoverflow.com/questions/10333836/git-clone-cant-resolve-proxy – joaumg Dec 12 '16 at 11:50
- 
                    i tried the git config --global --unset http.proxy, the origin master does not do anything when i hit enter – RagnaLugria Dec 12 '16 at 11:58
- 
                    Could you recheck if you configured git to work properly with the proxy http://stackoverflow.com/questions/783811/getting-git-to-work-with-a-proxy-server ? (; – joaumg Dec 12 '16 at 11:59
- 
                    now i have "Please make sure you have the correct access rights" – RagnaLugria Dec 12 '16 at 12:16
- 
                    Are you listed as member, contributer or owner of the github repo ? – joaumg Dec 12 '16 at 12:17
- 
                    well i created the github repository and its my account – RagnaLugria Dec 12 '16 at 12:18
- 
                    http://stackoverflow.com/questions/12940626/github-error-message-permission-denied-publickey, this helps ? – joaumg Dec 12 '16 at 12:20
- 
                    2Please don't post text in screenshots. They can't be searched or copied and offer poor usability. Instead, paste the code as text directly into your question. – ChrisGPT was on strike Dec 12 '16 at 12:52
