我做到了
git clone https://github.com/wyp1125/MCScanX.git接下来,我遇到了这个问题:
java /lustre/scratch/team/MCScanX/app/MCScanX/downstream_analyses/dot_plotter -g xyz.gff -s xyz.collinearity -c dot.ctl -o dot_plotter.png
Error: Could not find or load main class .lustre.scratch.team.MCScanX.app.MCScanX.downstream_analyses.dot_plotter
Caused by: java.lang.ClassNotFoundException: /lustre/scratch/team/MCScanX/app/MCScanX/downstream_analyses/dot_plotter我错过了什么?
发布于 2021-05-25 05:29:21
克隆ssh链接而不是https
git clone git@github.com:wyp1125/MCScanX.git
cd MCScanX
makehttps://stackoverflow.com/questions/67681647
复制相似问题