如何使用 Git 从服务器拉去代码到本地呢?
使用
git clone https://git.saaserp.cn/*****.git
提示
Cloning into ‘xianhuayem’…
fatal: repository ‘https://git.saaserp.cn/***.git/' not found
关于 LearnKu
一般是在服务器搭gitlab或者fabricate吧。
@tsin 服务器已经配置好git了
not found 了
git clone 命令没有问题 报错 是你仓库地址不对
@yi丶抹浅笑 地址是我在服务器上 git remote 查看到的 怎么不对呢。
报的 not found 就是 说 地址没找到啊

这是github 上的 这个地址
https://github.com/zhangblin/iview-admin.g...
命令 是没有错 建议你 查下 你所用的git 平台 是否有权限问题 或者 用 SSH 方法 clone仓库地址 试试