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

Open
opened 2024-06-15 01:24:03 +02:00 by Benjamin_Loison · 3 comments
Owner
git clone git@codeberg.org:Benjamin_Loison/ssh_allowed_signers.git
Output:
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 ``` <details> <summary>Output:</summary> ``` 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. ``` </details> <details> <summary>Re-executing the same command directly returns this time:</summary> ``` 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. ``` </details>
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
Bash script:
while true
do
    if git push
    then
        break
    fi
    sleep 1
done
<details> <summary>Bash script:</summary> ```bash while true do if git push then break fi sleep 1 done ``` </details>
Author
Owner

On my Linux Mint 22.3 Cinnamon Framework 13 flat Wi-Fi:

git push
Output:
Connection closed by 2a0a:4580:103f:c0de::1 port 22
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
git push
Output:
Locking support detected on remote "origin". Consider enabling it with:
  $ git config lfs.https://codeberg.org/Benjamin_Loison/Backup_Android_apps.git/info/lfs.locksverify true
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 16 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 707 bytes | 707.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
To codeberg.org:Benjamin_Loison/Backup_Android_apps
   dedac68..e06108c  master -> master
On my Linux Mint 22.3 Cinnamon Framework 13 flat Wi-Fi: ```bash git push ``` <details> <summary>Output:</summary> ``` Connection closed by 2a0a:4580:103f:c0de::1 port 22 fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ``` </details> ```bash git push ``` <details> <summary>Output:</summary> ``` Locking support detected on remote "origin". Consider enabling it with: $ git config lfs.https://codeberg.org/Benjamin_Loison/Backup_Android_apps.git/info/lfs.locksverify true Enumerating objects: 5, done. Counting objects: 100% (5/5), done. Delta compression using up to 16 threads Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 707 bytes | 707.00 KiB/s, done. Total 3 (delta 2), reused 0 (delta 0), pack-reused 0 To codeberg.org:Benjamin_Loison/Backup_Android_apps dedac68..e06108c master -> master ``` </details>
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/codeberg#4