-
-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Description
Issue
- When
GHQ_ROOTis a symbolic link, theghq getcommand results in the error:The system cannot find the path specified. - If
GHQ_ROOTis a symbolic link or junction, theghq listcommand 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
Labels
No labels