Fatal error cloning with git

What I’m trying to do:

git clone ssh://a.ercolani%40namirial.com@anvil.works:2222/I<my_app_ID>P <destination_folder_name_without_spaces>

Cloning into '<destination_folder_name_without_spaces>'...
Password authentication
(a.ercolani@namirial.com@anvil.works) Password:
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

What I’ve tried and what’s not working:
I thought special characters in the password might not be transferred correctly so I changed password to a more standard one (no punctuation or special chars).
I can login to the website with this password.
I tried with several apps and none seem to work.

Whenever I clone an app locally, I do not wrap my app id in I and P, and it works.

Hi @p.colbert
Thanks for answering.
No, I’m not wrapping it either.
I understand the BNF I used suggests it, but I didn’t mean to be that formal.
That stands simply for my app id that, in this case, starts with I and ends with P.

BR

1 Like