Skip to content

Support Windows Hardlink & Symbolic Link  #402

@walnuts1018

Description

@walnuts1018

Issue

  • When GHQ_ROOT is a symbolic link, the ghq get command results in the error: The system cannot find the path specified.
  • If GHQ_ROOT is a symbolic link or junction, the ghq list command does not return a list of repositories.

Cause

  • On Windows, filepath.EvalSymlinks() does not recognize symbolic links and junctions.

Japanese

問題

  • GHQ_ROOTがシンボリックリンクであった場合、ghq getコマンド実行時にThe system cannot find the path specified.というエラーが出る
  • GHQ_ROOTがシンボリックリンクやジャンクションであった場合、ghq listコマンドを実行しても、リポジトリ一覧が返ってこない

原因

  • Windowsでは、filepath.EvalSymlinks()がシンボリックリンクやジャンクションを認識しないため。

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