Hi, I have recently got the committer rights for the project olingo. However, I am unable to push the changes into master branch. The steps I followed are as below:
1. I have created SSH-2 RSA public key using puttyGen key generation tool and uploaded this into self service app https://id.apache.org as specified in the link https://www.apache.org/dev/new-committers-guide.html#ssh-setup 2. I have set the http proxy using the command git config --global http.proxy http://<username>:<password>@proxy:8080<http://%3cusername%3e:%3cpassword%3e@proxy:8080> 3. I have set the https proxy using the command git config --global https.proxy https://<username>:<password>@proxy:8080<https://%3cusername%3e:%3cpassword%3e@proxy:8080> When I execute the command git push origin head:refs/heads/master I get the error "fatal: Authentication failed for 'https://git-wip-us.apache.org/repos/asf/olingo-odata4.git/'" Can you please help me resolve this issue? Is there any configuration setup missing? Regards, Ramya
