PGYER / codefever

CodeFever 是完全免费开源的 Git 代码托管服务,支持一行命令安装到自己服务器!CodeFever Community Edition (A Self-hosted Git Services)!
https://codefever.cn
MIT License
2.69k stars 281 forks source link

根据git地址导入项目 #194

Closed BenYanYi closed 7 months ago

BenYanYi commented 7 months ago

能根据git地址来导入项目吗

cubicwork commented 7 months ago

@BenYanYi 目前还不能,只能在本地完成导入:

  1. git clone <目标仓库地址>
  2. 在 CodeFever 上创建一个新的仓库
  3. git remote add codefever <刚才查滚件的仓库地址>
  4. git push codefever master
cubicwork commented 7 months ago

same as #144