Skip to content

Commit 4c8bc15

Browse files
committed
Add info about verbosity being turned off by default
1 parent 3e4d60e commit 4c8bc15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
1. Sometimes verbosity is turned off on Ubuntu, when package is installed via pip.
12

2-
Show nice error message, when Access to Git repository is denied on write:
3+
4+
2. Show nice error message, when Access to Git repository is denied on write:
35

46
stderr: 'remote: HTTP Basic: Access denied. If a password was provided for Git authentication, the password was incorrect or you're required to use a token instead of a password. If a token was provided, it was either incorrect, expired, or improperly scoped. See https://gitlab.com/help/topics/git/troubleshooting_git.md#error-on-git-fetch-http-basic-access-denied
57

8+
```
69
Traceback (most recent call last):
710
File "/home/niekas/tools/tmp/venv312/lib/python3.12/site-packages/autogit/utils/throttled_tasks_executor.py", line 172, in task_done_wrapper
811
task_result = task.result() # type: ignore
@@ -51,3 +54,4 @@ Traceback (most recent call last):
5154
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
5255
self._context.run(self._callback, *self._args)
5356
RuntimeError: cannot enter context: <_contextvars.Context object at 0x7b1eb72e8b00> is already entered
57+
```

0 commit comments

Comments
 (0)