Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Pull fails in symlinked submodule on Windows #247

@euclio

Description

@euclio

Steps to reproduce:

  1. Open Administrator command prompt.

    mkdir repo
    cd repo
    git init
    mkdir dir
    cd dir
    git submodule add <some arbitrary git repo> submodule
    cd ..
    mklink /D link dir\submodule
    cd link
    git pull origin master
    
  2. Expected behavior: The submodule is updated to origin/master.

  3. Actual behavior: Command fails, outputs

    fatal: Not a git repository: ../../.git/modules/dir/submodule
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions