git-cc icon indicating copy to clipboard operation
git-cc copied to clipboard

Does the program "git-cc" support python 3.5

Open amousa1968 opened this issue 9 years ago • 1 comments

1........ I have python 2.7, and python 35 installed on a window 7 64 bit.
Migrating Clearcase Base snapshot to Git, and getting error when using gitcc rebase and gitcc update "initial commit" see errors

$ gitcc update "Initial commit"

cleartool update . Traceback (most recent call last): File "C:\Python35-32\Scripts\gitcc-script.py", line 9, in load_entry_point('git-cc==1.0.1.dev0', 'console_scripts', 'gitcc')() File "c:\python35-32\lib\site-packages\git_cc\gitcc.py", line 25, in main return invoke(cmd, args) File "c:\python35-32\lib\site-packages\git_cc\gitcc.py", line 50, in invoke cmd.main(*args) File "c:\python35-32\lib\site-packages\git_cc\update.py", line 11, in main cc_exec(['update', '.'], errors=False) File "c:\python35-32\lib\site-packages\git_cc\common.py", line 80, in cc_exec return popen('cleartool', cmd, CC_DIR, **args) File "c:\python35-32\lib\site-packages\git_cc\common.py", line 87, in popen pipe = Popen(cmd, cwd=cwd, stdout=PIPE, stderr=PIPE, env=env) File "c:\python35-32\lib\subprocess.py", line 947, in init restore_signals, start_new_session) File "c:\python35-32\lib\subprocess.py", line 1224, in _execute_child startupinfo) NotADirectoryError: [WinError 267] The directory name is invalid

Does the program support Py2.7 or py3.4, or py3.5???? Please let me know what is missing and what is going on?

  1. Where do update the program for the git remote add origin remote repository URL??????? I looked in every file to update the new remote URL.

Thanks

amousa1968 avatar Dec 10 '16 01:12 amousa1968

Where do I need to set the directory for gitcc to understand the path.

amousa1968 avatar Dec 10 '16 01:12 amousa1968