以下のエラーが発生しますが、エラーメッセージを調べて見てもヒットしません。
ご存知の方がいらっしゃいましたらご回答をお願いいたします。
・どのプロジェクトで試しても同様のエラーが発生します。
・コミット状況は添付画像のとおりです。
git init -d
/Users/********/.gitflow_export: line 1: export: `3.app/Contents/Resources/bin/getopt': not a valid identifier
/Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 158: _flags_fatal: command not found
/Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 273: [: too many arguments
/Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 273: [: too many arguments
/Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 273: [: too many arguments
/Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 273: [: too many arguments
/Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 273: [: too many arguments
/Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 273: [: too many arguments
/Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 273: [: too many arguments
/Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 273: [: too many arguments
/Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 1024: [: -ne: unary operator expected
flags:WARN /Applications/Sourcetree 3.app/Contents/Resources/git_local/gitflow/gitflow-shFlags: line 740: /Applications/Sourcetree: No such file or directory
flags:FATAL unable to parse provided options with getopt.
Completed with errors, see above
コミュニティをご利用いただきありがとうございます。
次の投稿を参考に、$PATH環境変数やlaunchd.confの構成情報を確認してみていただけますでしょうか。
ありがとうございました。解決しました。
おそらくPATHが通っていなかったことが原因かと考えられますが以下の対応で解決しました。
MacのSourcetreeのインストーラを複数回ダウンロードすると前回のインストーラがダウンロードディレクトリに残っているとインストールされるSourcetreeアプリケーションがSourcetree2...3とナンバリングされます。恐らくここでPATHに影響が出たと考えられます。
ダウンロードディレクトリ内のSourcetreeインストーラを全て削除し、再びインストールすることでSourcetreeアプリケーションのナンバリングもされなくなり、Git flow / Hg flowが正常に動作するようになりました。
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
無事に問題を解決していただけたとのこと、何よりでございます。また何かありましたらお気軽にお知らせください。
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.