dreamans / syncd

syncd是一款开源的代码部署工具,它具有简单、高效、易用等特点,可以提高团队的工作效率.

Home Page:https://github.com/dreamans/syncd/tree/master/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

安装错误

zcoson opened this issue · comments

正克隆到 '/root/.syncd-repo'...
fatal: unable to access 'https://github.com/dreamans/syncd.git/': Encountered end of file
install.sh: 第 27 行:cd: /root/.syncd-repo: 没有那个文件或目录
make: *** 没有指明目标并且找不到 makefile。 停止。
cp: 无法获取"/root/.syncd-repo/output" 的文件状态(stat): 没有那个文件或目录

Installing Syncd Path: /usr/local/syncd/syncd-deploy
Install complete.

试试按照下面方式进行安装,是否可行:

git clone https://github.com/dreamans/syncd.git
cd syncd
rm -rf go.mod
go mod init syncd
make
mv output/ ../syncd-deploy
cd ../syncd-deploy
mysql -u root -p --default-character-set=utf8mb4 < ./resource/sql/syncd_v2.0.0.sql
./bin/syncd