StressLevelZero / MarrowSDK-Legacy

MIT License
288 stars 39 forks source link

i have git and no spaces but when i copy package links they give error #45

Closed PlasticChair1 closed 1 year ago

PlasticChair1 commented 1 year ago

i have git and no spaces but when i copy package links they give error that says fatal not in git directory

yohlimem commented 1 year ago

might be the #bonelab is actually #Bonelab

PlasticChair1 commented 1 year ago

might be the #bonelab is actually #Bonelab

no because i cant get the first one

SapphireProto commented 1 year ago

I also have git installled and when i try to import any of the packages it gives me an error saying there is no git executable image

Apollyon822 commented 1 year ago

The "Not in git directory" and the "No git executable" are different errors. I fixed the executable error by just repeatedly, creating new projects, restarting my computer, and reinstalling Git. Make sure your using the right unity version and 3D project template

EX of "Not in git directory" error Screenshot 2022-10-02 113956

Greased-Scotsman commented 1 year ago

Ensure that git is installed and part of your path so that Unity can find and use the git executable as needed.

The "not in git directory" error is a file permissions issue--basically, Unity can't create a temporary folder in which to place the package.

Finally, Git needs outbound firewall permission in order to pull down the package from the repo, tho I do not see that error listed in this thread, but wanted to mention it in case it was relevant.