keijiro / TestbedHDRP

Testbed project for Unity HDRP (High Definition Render Pipeline)
https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@latest
The Unlicense
1.22k stars 155 forks source link

Cannot fetch the statue submodule. #7

Closed faldor20 closed 6 years ago

faldor20 commented 6 years ago

For some reason i cannot seem to download the sub module for the statues, i try it in something like gitkraken and it just fails and says no refernce for shorthand origin/master and command line git says: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. Unable to fetch in submodule path 'Packages/jp.keijiro.beta'

faldor20 commented 6 years ago

actually after some diagnosis it is because it is attempting to download the upm branch which is not available to me when using ssh... im not sure why

keijiro commented 6 years ago

These repositories are all up and public. Please re-check if your Git client and your GitHub account is correctly set up with your SSH key. Have you ever use it with SSH? Trying cloning some repositories (not submodule) with SSH would be a good idea.

keijiro commented 6 years ago

I'm closing this ticket. Please feel free to reopen for further questions.

faldor20 commented 6 years ago

Hello i don't think you really understand. I did thorough testing, all the other sub-modules cloned without fault, using ssh. i even cloned the main branch of the statue repo again using ssh and it worked but when i tried to switch to the upm branch it failed. no this may still be me doing something stupid, this is my first time using ssh after all :) but still i think its more than that.

keijiro commented 6 years ago

Unable to fetch in submodule path 'Packages/jp.keijiro.beta'

Packages/jp.keijiro.beta is not the statue repo. It contains a skinned dummy humanoid model, and it only has master branch (no upm branch).

Could you clarify the following points?

keijiro commented 6 years ago

I'm closing this ticket. Please feel free to reopen for further questions.