Creating new application : Could not resolve host: git.pantaris.io

Hello team,

While creating a new application in Pantaris, we face the below error during commit of sample application.
I am in ETAS network. Could you please advise remedial steps.

  1. When using https

2)When using ssh -
ssh: Could not resolve hostname git.pantaris.io: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have correct access rights

Hey, sounds you are not allow to use ssh from your ETAS network. Try to use https instead of ssh. You may need a proxy, if you are not allowed to use services in the internet by default

I tried https mechanism. Its shows the same error (screenshot attached in original message):

PS C:\workspace\pantaris\DATAOP> git push -u calponia 1.0.0
fatal: unable to access ‘https://git.pantaris.io/16f62f32-641e-4ff6-a94a-8d5f7363c00f.git/’: Could not resolve host: git.pantaris.io

setup a proxy. E.g. checkout Configure Git to use a proxy · GitHub

Thank you. It was the proxy that was the problem.

1 Like