Couldn’t connect to remote git repository

Please help me to resolve this error!

Hello!
Please try this command:
enonic project create com.example.myapp -r tutorial-intro -s mysandbox

Seems like there was a problem for your computer connecting to Github? Try deleting the folder and run the command once more?

@tsi
Thank you! But, I have already done. But, the error is still there.

@asl Thanks a lot for your reply. I am running the command now. I didn’t received a good the result on the CMD. Please help me to resolve the error!

Which version of CLI are you using? Just type enonic to get the info

I don’t think it has anything to do with CLI. Either your firewall/proxy settings restrict accessing github.com (check if you can open it directly in your browser), or it’s an http/2 error. In the latter case try forcing git to use http/1:

git config --global http.version HTTP/1.1