Clone with HTTPS URLs
example:
git clone https://github.com/mahmoudalismail/Blokus-AI.git
These URLs work everywhere--even if you are behind a firewall or proxy.
Clone with SSH URLs
example:
git clone git@code.huawei.com:z00368730/OJ.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. To use these URLs, you must generate an SSH keypair on your computer and add the public key to your GitHub account.
git clone git@code.huawei.com:z00368730/OJ.git dir_name
在当前路径下创建名为dir_name的文件夹,clone的代码将被放在dir_name文件夹里