mirror of
https://gitee.com/coder-xiaomo/gitee2github
synced 2025-09-10 05:51:40 +08:00
add README.md, requirements.txt
This commit is contained in:
@@ -21,6 +21,7 @@ def prepareWorkingDir(CurrentDir, WorkingDir):
|
||||
print("Windows系统")
|
||||
print('rd /s /q "{}"'.format(os.path.abspath(CurrentDir + "/.git")))
|
||||
print("\033[1;37;41m以上命令为强制删除命令,请再三确认无误后再进行操作!\033[0m")
|
||||
input("程序已退出,按回车键继续...")
|
||||
exit()
|
||||
|
||||
if os.path.exists(WorkingDir):
|
||||
|
Reference in New Issue
Block a user