cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HANA Express - Web IDE - Git clone error - cannot open git-upload-pack

Former Member
9,773

Hi,

I'm following OpenSAP development course manual for HANA 2.0 and folloow the exercises.

When in Web IDE, I go to File > Git > Clone repository and input the url of the template files for the course, which is: https://github.com/SAP/com.sap.openSAP.hana5.example

After clicking Ok, I'm getting an error:

Clone request failed

https://github.com/SAP/com.sap.openSAP.hana5.example: cannot open git-upload-pack

Can anyone direct me towards a correct solution? The course itself is already over, so I can't ask there. Thomas Jung (one of the teachers) mentions that I can just import it as a .zip file from Github, but I want to have a fully working connection to repository.
Thanks 
View Entire Topic
former_member703978
Discoverer

Hi colleagues,

To fix the issue you need to generate and save locally a token in Git settings for your user: https://github.wdf.sap.corp/settings/tokens

After that in WebIDE you need to choose Use Token Authentication option and paste the token. Please be advised, you will not be able to see the token in future, so please save it locally.

former_member768158
Discoverer
0 Likes

so good. It helped me.