actions / runner-images

GitHub Actions runner images
MIT License
9.91k stars 3.02k forks source link

Could not iniitialize a new repository #8558

Closed tester0077 closed 11 months ago

tester0077 commented 11 months ago

Description

Trying to initialize a bare repo issues the warning, even though the action succeeds TortoiseGit 2.15.0.0 git 2.3.12 running Windows 11

Platforms affected

Runner images affected

Image version and build link

TortoiseGit 2.15.0.0 git 2.3.12 running Windows 11

Is it regression?

don't know don't recal it happening earlier, but have no time frame

Expected behavior

should not issue warning if the action succeeded

Actual behavior

issues the warning for repository path //mynas/git/buildtest.git

Repro steps

create a directory on a directory on my OpenMediaVault NAS . from a SMB share on Win11 Cd to directory right-click in directory select "Create repository here ..." select "Make it bare" and click OK The bare directory structure is created and ignoring the warning lets one proceed without further errors or issues.

sergei-pyshnoi commented 11 months ago

Hell @tester0077 . Look like you come to wrong repo. runner-images repository contains the source code used to create the VM images for GitHub-hosted runners used for Actions, as well as for Microsoft-hosted agents used for Azure Pipelines. Based on the description of your problem, it looks like this is about native use of Windows 11 + Git + OpenMediaVault from your station. Did I understand you correct? Or you trying to create repo from pipeline?

sergei-pyshnoi commented 11 months ago

I am closing this issue for now as "not runner-images" related. But if have additional questions feel free to mention me in this tread.