Hi,
I'm experiencing some issues with the SAP Git repository. I'm using Gitforwindows (last version) and a standard account (not trial). My goal is to clone the repo on my computer (windows 10). I'm administrator of this Neo account.
While executing
git clone http://git.eu2.hana.ondemand.com/____
and I get an error "Authentication failed for 'https://git.eu2.hana.ondemand.com/___/___/' "
The same procedure IS successful with the neo Trial account.
Any suggestions is welcome!
Yann
Request clarification before answering.
Hi yannmiquel,
If you are trying to clone an html5 repo, copy the URL from the versioning session of the application and perform a clone from there. Git client should ask you for your cloud account credentials. If it is not asking, then there should be somewhere in your git client a cached credential for that URL. If it is asking for your credentials in a pop-up window, then your user might need some additional authorization in that particular sub-account.
The platform role "Developer" has the required authorizations - namely: readGit and accessGit. On the other hand and "Administrator" role has an additional manageGit - which allows you to create additional git repositories under the Git Service in Neo.
I assume that if it is an HTML5 application deployed, then you need to checkout the wanted version according to the app version. You have to do this for example, once you've cloned:
git checkout tags/1.0.0Best regards,
Ivan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.