标签: java git jgit
当使用JGit将文件添加到repo时,我收到IllegalArgumentException消息是“Invalid path:/ path here here。”
我正在使用记录的调用方法:
git.add().addFilePattern(".").call();
之前有人碰到过吗?
谢谢, 克里斯