Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git prompt: Permission denied #293

Closed
sdclkja opened this issue Jan 23, 2024 · 66 comments
Closed

git prompt: Permission denied #293

sdclkja opened this issue Jan 23, 2024 · 66 comments

Comments

@sdclkja
Copy link

sdclkja commented Jan 23, 2024

image
What should I do?

@winstxnhdw
Copy link
Owner

winstxnhdw commented Jan 23, 2024

Looks like you aren't using the default install got git or some antivirus is messing with the installation. You can try using PowerShell instead.

This fella here is facing your issue.

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

I typed git clone --recursive https://github.com/winstxnhdw/lc-hax.git. It prompts
image

@winstxnhdw
Copy link
Owner

I see lc-hax-main which means you downloaded the repository as zip. Don't do that. Delete lc-hax-main and do a git clone there instead.

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

Isn't it?

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

I downloaded the zip and did what you said, that's it, what's wrong with that?

@winstxnhdw
Copy link
Owner

winstxnhdw commented Jan 23, 2024

Don't download the zip. Nowhere in my instructions tells you to download the zip.

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

?????????????????

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

so?

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

what do I download?

@winstxnhdw
Copy link
Owner

Just use the git clone command to download the repository.

@winstxnhdw
Copy link
Owner

winstxnhdw commented Jan 23, 2024

执行 git clone 将会下载仓库。你不需要下载其他任何东西

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@winstxnhdw
Copy link
Owner

Something is wrong with your git installation but you can just bypass this temporarily with the following.

git config --global http.sslVerify false

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@winstxnhdw
Copy link
Owner

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

还是这样

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

so...

@winstxnhdw
Copy link
Owner

winstxnhdw commented Jan 23, 2024

Just paste this.

cd $env:USERPROFILE\Desktop
git clone --recursive https://github.com/winstxnhdw/lc-hax.git
cd lc-hax
explorer .

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image
ok

@winstxnhdw
Copy link
Owner

Good. Now just run requirements.bat then open your game and run launch.bat.

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image
but

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@winstxnhdw
Copy link
Owner

winstxnhdw commented Jan 23, 2024

There's a problem with your CMD. Use PowerShell again and paste the following.

cd $env:USERPROFILE\Desktop\lc-hax
dotnet publish submodules/SharpMonoInjectorCore

Then from now on, just use launch-dev.bat instead.

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

what the fnck......

@winstxnhdw
Copy link
Owner

I wrote the wrong command just now. Use the new one that I updated.

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

ok

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

issue

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

Please change the directory to desktop

@winstxnhdw
Copy link
Owner

Tell you what. Download this https://github.com/winstxnhdw/SharpMonoInjectorCore as zip, extract and put everything inside submodules/SharpMonoInjectorCore folder

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

i can't

@winstxnhdw
Copy link
Owner

Take everything out from SharpMonoInjectorCore-main and put it inside submodules/SharpMonoInjectorCore

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

but

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

?

@winstxnhdw
Copy link
Owner

cd $env:USERPROFILE\Desktop\lc-hax
dotnet publish submodules/SharpMonoInjectorCore

You still need to run this..

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

funk

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

Denial of access......

@winstxnhdw
Copy link
Owner

Try running your PowerShell as admin

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

emmmmm

@winstxnhdw
Copy link
Owner

Good. It's working. Now wait.

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@winstxnhdw
Copy link
Owner

Yes. Done.

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

image

@winstxnhdw
Copy link
Owner

There's no problem.

@winstxnhdw
Copy link
Owner

Open your game and use launch-dev.bat

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

Uploading image.png…

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

How do I open the menu?

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

That's my last question.

@winstxnhdw
Copy link
Owner

There is no menu. Use the chat.

@sdclkja
Copy link
Author

sdclkja commented Jan 23, 2024

okok
thank you!!!!!!!!!!!!!!!

@winstxnhdw
Copy link
Owner

You should still try to fix your git so you can get future updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants