Your git execution needs this file, just like your machine does, to know where the server is and how to authenticate. You have to Manually pass it to your git action.
Hi AgitatedDove14 I already have the .conf file in my C:/Users/[name]/clearml.conf directory, also I can run the train file on local execution. But it doesn't work on git action execution.
MoodyCentipede68 seems you did not pass any configuration (os env or conf file) so it does nor know how to find the server and authenticate. Make sense?