git远程克隆

git clone https://e.coding.net/*****/easyswoole.git

拉取远程库的两种方式:
ssh
https
我这里以coding为例,拉取同一仓库

//ssh
git clone git@ e.coding.net/*****/easyswoole.git
coding 使用ssh 需要自己配置 。配置文档:https://help.coding.net/docs/project/features/ssh.html

//https
git clone  https://e.coding.net/*****/easyswoole.git

你可能感兴趣的:(git远程克隆)