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

Install Git for Windows with symbolic links enabled #1186

Merged
merged 1 commit into from
Jul 7, 2020

Commits on Jul 6, 2020

  1. Install Git for Windows with symbolic links enabled

    We only offer Windows environments that support symbolic links, meaning: if running either as administrator, or with Windows' Developer Mode enabled, symbolic links can be created.
    
    However, Git for Windows' auto-detection assumes that if it is installed by an administrator, it cannot detect whether "regular" users can create symbolic links, and by way of playing it safe, disables symlink support.
    
    Since we know better, we can avoid the auto-detection.
    dscho authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    2ac52da View commit details
    Browse the repository at this point in the history