Unable to clone/pull my repository

Hi,
It’s very strange; Suddenly, I can’t clone or pull my repository.
It worked fine a 2hr ago.

here’s an error message :

Is there some problem with my repository?

Thanks for your help.

Hi, from what I can see in the picture your remote is set up incorrectly to: /var/lib//application/788106.git. Issue a git remote-v` to see if your remotes are set up correctly.

Hi, from what I can see in the picture your remote is set up incorrectly to: /var/lib//application/788106.git. Issue a git remote-v` to see if your remotes are set up correctly.

Hi, Thanks for your fast response.
here’s my git remote -v result :


It seems like correct, isn’t it? :frowning:

same error shows up when cloning :
image

It also happens on my other systems. please let me know If I should check something.
Thanks for your help :slight_smile:

Are you sure you have the correct key loaded? i.e. gave the correct access permissions.

Are you sure you have the correct key loaded? i.e. gave the correct access permissions.

If I use invalid key(null id_rsa file, for example), then I can see a different error message :

and I checked my key’s fingerprint, It’s correct :
image

Thanks for your help and let me know If you need more information.

Hi, the error you’ve encountered is caused by an issue with out git server that we are currently investigating. I’ll update you once I have more information.

1 Like

Thank you :slight_smile:

The issue should now be resolved, can you try pushing your code again?

sorry for late response. It works fine now :ok_hand: