Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Pull Error on Windows #9

@derUli

Description

@derUli

My environment

  • Windows 7
  • Python 3.6

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

This seems to be an encoding issue?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions