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:
```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>
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.
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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Output:
Re-executing the same command directly returns this time:
I have the issue again and possibly believe that it is because I took time to provide
Enter passphrase for keybut above example does not seem to have such interaction.Bash script:
On my Linux Mint 22.3 Cinnamon Framework 13 flat Wi-Fi:
Output:
Output: