-
Hi,
With the pipeline credentials in the URL. I want to use Dulwich to push some tags around in the repo, but the
However, it barfs with:
And I think it is because the code in
Is there a way for me to use my credentials to override those in the repo config without hacking the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your best bet is probably to just extract the information from the gitconfig file and then manually call porcelain.push with the full URL rather than passing in the origin name. |
Beta Was this translation helpful? Give feedback.
Your best bet is probably to just extract the information from the gitconfig file and then manually call porcelain.push with the full URL rather than passing in the origin name.