You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
正克隆到 '/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.
The text was updated successfully, but these errors were encountered: