简体   繁体   中英

Cloning public repository on GitHub using SourceTree

I want to clone SFML ( this git ) with SourceTree and it seems to be stuck?

This is the SourceTree output:

git -c diff.mnemonicprefix=false -c core.quotepath=false clone --recursive https://github.com/SFML/SFML.git C:\Users\admin\Documents\SFML
Cloning into 'C:\Users\admin\Documents\SFML\'...

I see the loading bar but nothing happens. No errors, nothing. It just keeps loading and nothing happens (but I see network activity).

Can someone please tell me what to do? It's my first time cloning with SourceTree and I don't see what I'm doing wrong.

(I don't have a GitHub account by the way, but the repo is public, so I don't know if that's the issue here?)

It seems to work just fine, except it does take quite a while to complete.

I tried it in command line:

C:\Users\VonC\prog\git>git -c diff.mnemonicprefix=false -c core.quotepath=false clone --recursive https://github.com/SFML/SFML.git
Cloning into 'SFML'...
remote: Reusing existing pack: 21761, done.
remote: Counting objects: 12, done.
remote: Compressing objects: 100% (10/10), done.
Receiving objects:  39% (8643/21773), 33.50 MiB | 636.00 KiB/s

... a few minutes later:

remote: Total 21773 (delta 2), reused 0 (delta 0)
Receiving objects: 100% (21773/21773), 54.53 MiB | 629.00 KiB/s, done.
Resolving deltas: 100% (15085/15085), done.
Checking connectivity... done.
Checking out files: 100% (726/726), done.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM