git-xl
git-xl copied to clipboard
install not success
Exception in thread Thread-1: Traceback (most recent call last): File "threading.py", line 916, in _bootstrap_inner File "threading.py", line 864, in run File "subprocess.py", line 1083, in _readerthread UnicodeDecodeError: 'gbk' codec can't decode byte 0xa6 in ultibyte sequence
Traceback (most recent call last):
File "cli.py", line 344, in
C:\Users\yfj>git xltrail install git: 'xltrail' is not a git command. See 'git --help'.
please help me to look at this problem?
my command is git xl install
What are your regional/language settings?
Im in china, Python 3.4.1 version, and chinese language in windows . Excuse me, this tool supported on linux?
currently, the tool is only supported on Windows
I had similar issue. After installing exe, at command line, it wouldn't recognize git xl install
but after restarting my computer it worked no problem.
+1
if the owner doesn't agree my pull request yet, @yfj1963 u can build yourself
clone this repository and modify the cli.py
with these:
subprocess.run(xxxx) --> subprocess.run(xxxx, encoding='utf-8')
and then, use virtualenv or not to install requirement and pyinstaller, build the exe for yourself. And add the exe folder path in your environment