Closed RandomCatGit closed 2 years ago
Yeah, I've been having the same issues (using Unity 2020.3.22f1). Not sure if there are workarounds, but I agree that, for now, Github Desktop is a good alternative.
Well, the plugin hasn't been updated since mid-2019, so I'm not surprised. It won't let me log in or initialize a new repo from the plugin, so it's useless.
someone needs to fork and make a fixed version
Unity made a fork here: https://github.com/Unity-Technologies/Git-for-Unity
You need to:
<your project name>/ExternalPackages/com.unity.git-2.1.28-preview.tgz
)+
> Add package from tarball
and select the fileHowever, I do not recommend having it installed in this state, it refreshes the AssetDatabase every second, and it's pretty annoying
Oh cool
I've submited a pull request with a fix https://github.com/github-for-unity/Unity/pull/1160 but it doesn't look like they are going to merge it anytime soon so you can just fix it manually.
replace line 16:
type: "oauth"
with:
type: "token"
in %userprofile%\AppData\Local\GitHubUnity\octorun\src\api.js
Thanks a ton!
This project is not maintained anymore, and neither is the Unity-Technologies fork. The replacement is Git for Unity, at https://github.com/spoiledcat/git-for-unity. If you have GitHub for Unity in your project, remove it first and then install the Git for Unity package, see the README in the link for instructions.
I was hoping to get a seamless github integration but it is not as advertised.
Don't waste your time installing this. There is no option to uninstall this either, You have to close unity and find the plugin in folder Assets/Plugin/GitHub and delete it after closing unity.