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
Traceback (most recent call last):
File "/home/imskanand/.local/bin/harwest", line 8, in
sys.exit(main())
File "/home/imskanand/.local/lib/python3.8/site-packages/harwest/harwest.py", line 115, in main
args.func(args)
File "/home/imskanand/.local/lib/python3.8/site-packages/harwest/harwest.py", line 70, in codeforces
process_platform(args, "Codeforces", CodeforcesWorkflow)
File "/home/imskanand/.local/lib/python3.8/site-packages/harwest/harwest.py", line 90, in process_platform
workflow(configs).run(start_page_index=args.start_page, full_scan=full_scan)
File "/home/imskanand/.local/lib/python3.8/site-packages/harwest/lib/abstractworkflow.py", line 105, in run
self.repository.push()
File "/home/imskanand/.local/lib/python3.8/site-packages/harwest/lib/utils/repository.py", line 52, in push
self.git.push(*args)
File "/home/imskanand/.local/lib/python3.8/site-packages/git/cmd.py", line 542, in
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "/home/imskanand/.local/lib/python3.8/site-packages/git/cmd.py", line 1005, in _call_process
return self.execute(call, **exec_kwargs)
File "/home/imskanand/.local/lib/python3.8/site-packages/git/cmd.py", line 822, in execute
raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git push origin master
stderr: 'fatal: protocol 'git remote add origin https' is not supported'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/imskanand/.local/bin/harwest", line 8, in
sys.exit(main())
File "/home/imskanand/.local/lib/python3.8/site-packages/harwest/harwest.py", line 115, in main
args.func(args)
File "/home/imskanand/.local/lib/python3.8/site-packages/harwest/harwest.py", line 70, in codeforces
process_platform(args, "Codeforces", CodeforcesWorkflow)
File "/home/imskanand/.local/lib/python3.8/site-packages/harwest/harwest.py", line 90, in process_platform
workflow(configs).run(start_page_index=args.start_page, full_scan=full_scan)
File "/home/imskanand/.local/lib/python3.8/site-packages/harwest/lib/abstractworkflow.py", line 105, in run
self.repository.push()
File "/home/imskanand/.local/lib/python3.8/site-packages/harwest/lib/utils/repository.py", line 52, in push
self.git.push(*args)
File "/home/imskanand/.local/lib/python3.8/site-packages/git/cmd.py", line 542, in
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "/home/imskanand/.local/lib/python3.8/site-packages/git/cmd.py", line 1005, in _call_process
return self.execute(call, **exec_kwargs)
File "/home/imskanand/.local/lib/python3.8/site-packages/git/cmd.py", line 822, in execute
raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git push origin master
stderr: 'fatal: protocol 'git remote add origin https' is not supported'
The text was updated successfully, but these errors were encountered: