Connection closed by 2001:67c:1401:20f0::1 port 22 #4

Open
opened 2024-06-15 01:24:03 +02:00 by Benjamin_Loison · 2 comments
git clone git@codeberg.org:Benjamin_Loison/ssh_allowed_signers.git
Cloning into 'ssh_allowed_signers'...
Connection closed by 2001:67c:1401:20f0::1 port 22
fatal: Could not read from remote repository.

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

Re-executing the same command directly returns this time:

Cloning into 'ssh_allowed_signers'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 3
Receiving objects: 100% (6/6), done.
```bash git clone git@codeberg.org:Benjamin_Loison/ssh_allowed_signers.git ``` ``` Cloning into 'ssh_allowed_signers'... Connection closed by 2001:67c:1401:20f0::1 port 22 fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ``` Re-executing the same command directly returns this time: ``` Cloning into 'ssh_allowed_signers'... remote: Enumerating objects: 6, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (2/2), done. remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 3 Receiving objects: 100% (6/6), done. ```
Author
Owner

I have the issue again and possibly believe that it is because I took time to provide Enter passphrase for key but above example does not seem to have such interaction.

I have the issue again and possibly believe that it is because I took time to provide `Enter passphrase for key` but above example does not seem to have such interaction.
Author
Owner
while [ 1 ]
do
    if git push
    then
        break
    fi
    sleep 1
done
```bash while [ 1 ] do if git push then break fi sleep 1 done ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Benjamin_Loison/codeberg#4
No description provided.