gitpython-developers/GitPython

How to check whether the username and password can access the git repository

BrentHuang opened this issue · 0 comments

f"https://{GIT_USERNAME}:{GIT_PASSWORD}@gitee.com/guang11cheng/all_docs.git"

How to use gitpython to check whether the configured username and password can access the git repository?

I just wanted to test the connectivity.