Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装错误 #168

Open
zcoson opened this issue Aug 16, 2021 · 1 comment
Open

安装错误 #168

zcoson opened this issue Aug 16, 2021 · 1 comment

Comments

@zcoson
Copy link

zcoson commented Aug 16, 2021

正克隆到 '/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.

@learninto
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants