otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
193 stars 56 forks source link

Git cant be pulled #41

Closed Kola124 closed 5 months ago

Kola124 commented 5 months ago

I dont know it this is only me issue but i cant pull git. I get premission errors on github desktop, visual studio, and git bash, folders in third-party are causing issues i was able to build by manualy downloading those folders

otavepto commented 5 months ago

Could you post the error log? EDIT: never mind, I was able to reproduce it, will fix it.

I Forgot that SSH requires an explicit public/private key pair in your Github account since I already have that set up, Github needs to verify that you are using a 'real' account. Changed the protocol of the submodules to https, try it again now

git clone -v --recurse-submodules -j8 https://github.com/otavepto/gbe_fork.git

Thanks for pointing this out by the way.

otavepto commented 5 months ago

Wanted to ask, is it working for you now ?

Kola124 commented 5 months ago

Yes

otavepto commented 5 months ago

Alright, Close this one now.