Forum Discussion
TrapMusicJunkie
Nov 15, 2023Copper Contributor
How to push git repo to Azure Repos with Windows scheduled task?
Hi, I have created a git repo on my on-prem server where I keep all my scripts. I would like to push this repo to Azure Repos via Scheduled Task in Windows and I can't figure out what am I doing w...
TrapMusicJunkie
Nov 16, 2023Copper Contributor
Figured it out by myself. The key here was to use SSH authentication as described in the following article:
+ had to change HTTPS to SSH as described here: