nileshsah/harwest-tool

Cannot push Solution

harshiiiit opened this issue · 0 comments

Currently scanning page #2: (5/5) 1111gal password https://atcoder.jp/contests/abc242/tasks/abc242_c
Traceback (most recent call last):
File "c:\users\singh\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\users\singh\appdata\local\programs\python\python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\singh\AppData\Local\Programs\Python\Python39\Scripts\harwest.exe_main
.py", line 7, in
File "c:\users\singh\appdata\local\programs\python\python39\lib\site-packages\harwest\harwest.py", line 115, in main
args.func(args)
File "c:\users\singh\appdata\local\programs\python\python39\lib\site-packages\harwest\harwest.py", line 74, in atcoder
process_platform(args, "AtCoder", AtcoderWorkflow)
File "c:\users\singh\appdata\local\programs\python\python39\lib\site-packages\harwest\harwest.py", line 90, in process_platform
workflow(configs).run(start_page_index=args.start_page, full_scan=full_scan)
File "c:\users\singh\appdata\local\programs\python\python39\lib\site-packages\harwest\lib\abstractworkflow.py", line 105, in run
self.repository.push()
File "c:\users\singh\appdata\local\programs\python\python39\lib\site-packages\harwest\lib\utils\repository.py", line 52, in push
self.git.push(*args)
File "c:\users\singh\appdata\local\programs\python\python39\lib\site-packages\git\cmd.py", line 542, in
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "c:\users\singh\appdata\local\programs\python\python39\lib\site-packages\git\cmd.py", line 1005, in _call_process
return self.execute(call, **exec_kwargs)
File "c:\users\singh\appdata\local\programs\python\python39\lib\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: '
Unhandled Exception: System.ComponentModel.Win32Exception: The directory name is invalid
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at GitCredentialManager.GitProcess.get_Version()
at GitCredentialManager.GitProcessConfiguration.GetCanonicalizeTypeArg(GitConfigurationType type)
at GitCredentialManager.GitProcessConfiguration.TryGet(GitConfigurationLevel level, GitConfigurationType type, String name, String& value)
at GitCredentialManager.Settings.d__5.MoveNext()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
at GitCredentialManager.Settings.TryGetSetting(String envarName, String section, String property, String& value)
at GitCredentialManager.Authentication.MicrosoftAuthentication.CanUseBroker(ICommandContext context)
at GitCredentialManager.Program.Main(String[] args)
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': No such file or directory'

This is the error I am getting while pushing the solutions.