【发布时间】:2023-03-22 13:42:01
【问题描述】:
我正在尝试将 ghp-import 导入主分支,但我不断收到 IOError: [Errno 22] Invalid argument 和崩溃报告:
`
快速导入崩溃报告:
fast-import process: 9124
parent process : 1
at Sat Jun 2 22:11:29 2018
fatal: Invalid raw date "1527973889 GMT Daylight Time" in ident: osisieke
<christopherajulo@gmail.com> 1527973889 GMT Daylight Time
Most Recent Commands Before Crash
---------------------------------
commit refs/heads/gh-pages
* committer osisieke <christopherajulo@gmail.com> 1527973889 GMT Daylight Time
Active Branch LRU
-----------------
active_branches = 0 cur, 5 max
pos clock name
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Inactive Branches
-----------------
refs/heads/gh-pages:
status : dirty
tip commit : 0000000000000000000000000000000000000000
old tree : 0000000000000000000000000000000000000000
cur tree : 0000000000000000000000000000000000000000
commit clock: 0
last pack :
Marks
-----
-------------------
END OF CRASH REPORT
` 我认为快速导入试图解析 “osisieke”作为一个当然失败的日期。我真的很困惑如何前进。请帮忙
【问题讨论】:
标签: git git-fast-import