You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
When I try to clone all my repositories without "--nopull" I get this stack trace.
This happens with the first already existing repository folder.
Traceback (most recent call last):
File "C:\Users\deruli\AppData\Local\Programs\Python\Python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "C:\Users\deruli\AppData\Local\Programs\Python\Python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\deruli\AppData\Local\Programs\Python\Python36\lib\site-packages\gitim-2.0.0-py3.6.egg\gitim.py", line 1
08, in <module>
File "C:\Users\deruli\AppData\Local\Programs\Python\Python36\lib\site-packages\gitim-2.0.0-py3.6.egg\gitim.py", line 1
00, in clone_main
File "C:\Users\deruli\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 267, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\deruli\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 709, in __init__
restore_signals, start_new_session)
File "C:\Users\deruli\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 997, in _execute_child
startupinfo)
TypeError: environment can only contain strings