jhgoebbert commented on issue #54829: URL: https://github.com/apache/airflow/issues/54829#issuecomment-3219753337
So GitLab/GitHub is not the issue here. The issue is on the side of the `git`-command itself. The command `git` does not authenticate when syncing public repositories, even if login and password are set. This is due to the `git`-command’s HTTPS behavior: it always tries anonymous access first and only sends credentials if the server responds with a 401 Unauthorized. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org