Run the fsck on the unmounted USB from Mint, it should tell you if it's OK or not.
But trying this, using https I only clone 39.60MB, and ssh doesn't work at all, possibly because I don't have a gitlab account or something:
$ git clone https://gitlab.com/veloren/dev/veloren.git
Cloning into 'veloren'...
remote: Enumerating objects: 154773, done.
remote: Counting objects: 100% (47275/47275), done.
remote: Compressing objects: 100% (8001/8001), done.
remote: Total 154773 (delta 43748), reused 41484 (delta 39110), pack-reused 107498
Receiving objects: 100% (154773/154773), 39.60 MiB | 873.00 KiB/s, done.
Resolving deltas: 100% (108267/108267), done.
$ git clone [email protected]:veloren/dev/veloren.git
Cloning into 'veloren'...
The authenticity of host 'gitlab.com (2606:4700:90:0:f22e:fbec:5bed:a9b9)' can't be established.
ED25519 key fingerprint is SHA256:eUXGGm1YGsMAS7vkcx6JOJdOGHPem5gQp4taiCfCLB8.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? y
Please type 'yes', 'no' or the fingerprint: yes
Warning: Permanently added 'gitlab.com' (ED25519) to the list of known hosts.
[email protected]: Permission denied (publickey,keyboard-interactive).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ git clone [email protected]:veloren/dev/veloren.git
Cloning into 'veloren'...
[email protected]: Permission denied (publickey,keyboard-interactive).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.