Trong quá trình chuyển đổi kho lưu trữ Subversion sang git, bạn có thể gặp phải lỗi sau khi chuyển đổi svn:ignore
cài đặt thành .gitignore
:
config --get svn-remote.svn.fetch :refs/remotes/git-svn$: command returned error: 1
Làm thế nào để tôi giải quyết lỗi này?
git svn show-ignore -i origin/trunk > .gitignore
nếu ở trên không hoạt động.