How can I upload an app using http instead of ssh?

After I created a new application and a new version in the developer area the tutorial provided inside the Sandbox tab has an expandable section Setup your git repository and add your code where it tells me to execute git remote add calponia git@calponia.com:98de6720-00ce-4f1e-8a38-3d3a483c805c.git. This is going to lead to the problem that the ssh protocol is blocked for average developers inside the Bosch-network. How can I use the http protocol instead?

Please try the following:

  • Open Calponia with Firefox then hit the F12 key on your keyboard. We need the calponai-token cookie value from here.
  • Next add the following remote to your git repository. git remote add calponia https://git:<calponia-token-value-from-firefox>@git.calponia.com/98de6720-00ce-4f1e-8a38-3d3a483c805c.git