Actually i want to pull and push a repository but when I make git pull doesn't ask for a password, for expample I made a git status a this is the result
-> % git status
On branch beta
Your branch is ahead of 'origin/beta' by 1 commit.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: account_dynamic_reports/models/res_company.py
git status works well but when I made git pull or git push, the logs doesn't do nothing like this
-> % git pull
Not even ask for the password