angelofallars / htmx-go

</> Build awesome HTMX + Go projects faster.
https://pkg.go.dev/github.com/angelofallars/htmx-go?tab=doc
MIT License
745 stars 19 forks source link

Can not make pull requests, permission denied #6

Closed brainmaniac closed 9 months ago

brainmaniac commented 10 months ago

I am attempting to make a minor PR but get:

~/code/htmx-go(update-readme-templ-example) » git push origin update-readme-templ-example

ERROR: Permission to angelofallars/htmx-go.git denied to brainmaniac.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
angelofallars commented 10 months ago

@brainmaniac Are you pushing to the angelofallars/htmx-go repository instead of your fork?

You should make your fork and push your changes there, instead of to the main repository.