InfoGrab Docs

프로젝트 가져오기 및 내보내기 문제 해결

프로젝트 가져오기 및 내보내기 문제 해결 방법입니다.

가져오기 또는 내보내기에 문제가 있는 경우 Rake 작업을 사용하여 디버그 모드를 활성화합니다: # Import IMPORT_DEBUG=true gitlab-rake "gitlab:import_export:import[root, group/subgroup, testingprojectimport, /path/to/file_to_import.tar.gz]" # Export EXPORT_DEBUG=true gitlab-rake "gitlab:import_export:export[root, group/subgroup, projectnametoexport, /tmp/export_file.tar.gz]" 그런 다음 특정 오류 메시지에 대한 다음 세부 사항을 검토합니다. Exception: undefined method 'name' for nil:NilClass # username 이 유효하지 않습니다. Exception: undefined method 'full_path' for nil:Nil