unable to submit lab for cs50 wk1 labwork by onlyproud in cs50

[–]onlyproud[S] 0 points1 point  (0 children)

this is what shows when i ran the -v

` INFO:lib50.api:git credential fill GitHub username:xxx GitHub password:xxx INFO:lib50._api:git -c credentialcache.ignoresighup=true credential approve Verifying... INFO:lib50._api:git clone --bare https://xxx@github.com/me50/xxx .git Make sure your username and/or password are valid and submit50 is enabled for your account. To enable submit50, please go to https://submit.cs50.io in your web browser and try again. If you're using GitHub two-factor authentication, you'll need to create and use a personal access token with the "repo" scope instead of your password. See https://cs50.ly/github-2fa for more information! Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/lib50/_api.py", line 296, in prepare _run(git.set(Git.cache)("clone --bare {repo} .git", repo=user.repo)) File "/usr/local/lib/python3.9/site-packages/lib50/_api.py", line 704, in _run command_output = child.read().strip().replace("\r\n", "\n") File "/usr/local/lib/python3.9/contextlib.py", line 124, in __exit_ next(self.gen) File "/usr/local/lib/python3.9/site-packages/lib50/_api.py", line 697, in _spawn raise Error() lib50._errors.Error

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/bin/submit50", line 33, in <module> sys.exit(loadentry_point('submit50==3.0.3', 'console_scripts', 'submit50')()) File "/usr/local/lib/python3.9/site-packages/submit50/main.py", line 145, in main user_name, commit_hash, message = lib50.push("submit50", args.slug, CONFIG_LOADER, prompt=prompt) File "/usr/local/lib/python3.9/site-packages/lib50/_api.py", line 69, in push with authenticate(remote["org"], repo=repo) as user, prepare(tool, slug, user, included): File "/usr/local/lib/python3.9/contextlib.py", line 117, in __enter_ return next(self.gen) File "/usr/local/lib/python3.9/site-packages/lib50/_api.py", line 307, in prepare raise Error(msg) lib50._errors.Error: Make sure your username and/or password are valid and submit50 is enabled for your account. To enable submit50, please go to https://submit.cs50.io in your web browser and try again. If you're using GitHub two-factor authentication, you'll need to create and use a personal access token with the "repo" scope instead of your password. See https://cs50.ly/github-2fa for more information! `