You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
The plugin silently fails when trying to create a new repo or change settings.
Log contains this error: Exception on concurrent thread: 1 lfs version GitHub.Unity.ProcessException: git: 'lfs' is not a git command. See 'git --help'.
I am starting Unity 2017.3.1 with an empty project and pressing "initialize repo" in the plugin window. Nothing seems to happen, though the .git folder in the project is created.
First of all, it would be nice to have some kind of error reported to the UI when a failure happens.
I'm not sure about my local git and lfs install, but it works from command line and other tools.
valentin-mac:git-test valyard$ which git
/usr/local/bin/git
valentin-mac:git-test valyard$ git lfs version
git-lfs/2.3.3 (GitHub; darwin amd64; go 1.9.1)