Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for symlinked gitconfig #651

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Check for symlinked gitconfig #651

wants to merge 1 commit into from

Conversation

msdrigg
Copy link

@msdrigg msdrigg commented Dec 8, 2021

We don't want to edit the user's actual gitconfig, we only want to copy their setup.

If the file is symlinked, we resolve the link and copy the source file instead.

This resolves #650

Verified

This commit was signed with the committer’s verified signature.
LebedevRI Roman Lebedev
We don't want to edit the user's actual gitconfig, we only want to copy their setup.

If the file is symlinked, we resolve the link and copy the source file instead.
@msdrigg
Copy link
Author

msdrigg commented Dec 17, 2021

Any thoughts on this?

@Kevin-Li-Webjet
Copy link

looks better to me

@msdrigg
Copy link
Author

msdrigg commented Apr 29, 2022

Can we get this merged then

@chrisoro
Copy link

chrisoro commented Aug 9, 2023

I encountered the same issue. Would it be possible to merge this pull request?

@archon810
Copy link

How is this still not merged after 2 years?

@chrisoro
Copy link

@jww3 any chance we can get this in?

@daltonbr
Copy link

I also had the same issue.

@vasconcelosvcd
Copy link

this is till happening and it's a big issue on golang projects which relies on the git config so private modules can be properly downloaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checkout breaks symlinked gitconfig on self-hosted runner
6 participants