on ‎2017 Jan 09 10:54 PM
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
Request clarification before answering.
You need to customize the proxy server settings in your di-core application, then restage and restart the application. Here is an example for how to do it if your proxy settings are as follows:
https_proxy: myproxy.mycompany.corp:8080
no_proxy: *.mycompany.corp,localhost,127.0.0.1,10.*
#Set the JBP_CONFIG_JAVA_OPTS environment property for the di-core application
#Note the replacement of the comma with the pipe ("|")
xs set-env di-core JBP_CONFIG_JAVA_OPTS '[java_opts: "-Dhttps.proxyHost=myproxy.mycompany.corp -Dhttps.proxyPort=8080 -Dhttp.nonProxyHosts=\\\"*.mycompany.corp|localhost|127.0.0.1|10.*\\\""]'
#Restage the application to replace the cached environment variable
xs restage di-core
#Restart the application to have the JVM start with the new settings
xs restart di-coreRegards,
Carl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
I am trying the LIVE5 Tutorial and I have the same problem but I do not use any proxy.
any solutions ?
Regards
Emmanuel
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 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.