zero-to-mastery / ZtM-Job-Board

⚛️ A place for developers to show recruiters they are available for hire
https://zero-to-mastery.github.io/ZtM-Job-Board/
MIT License
1.11k stars 2.91k forks source link

Permission denied #2531

Closed Kani712 closed 1 year ago

Kani712 commented 2 years ago

I am getting this error. Can someone help to resolve this issue:

remote: Permission to zero-to-mastery/ZtM-Job-Board.git denied to Kani712. fatal: unable to access 'https://github.com/zero-to-mastery/ZtM-Job-Board.git/': The requested URL returned error: 403

shannontorcato commented 2 years ago

@Kani712 When you get a 403 error, it is because you are trying to push your changes to a repository you don't have access to.

Check your remote with: git remote -v

In my case I get: image

Check the link below for more details. The start here guidelines show how to set up for open source contribution

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If your PR has a merge conflict, it must be resolved before it can be merged. Thank you for your contributions.

JamesSimel commented 1 year ago

How comes my PR is closed and there is no error and it passed all the test requirements? Sad :(

jorlar commented 1 year ago

I won't say that it's the reason, but try to remove the '/' on the end of the url... just for the fun..

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If your PR has a merge conflict, it must be resolved before it can be merged. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been automatically closed because it has not had any recent activity. If your PR has a merge conflict, it must be resolved before it can be merged. Feel free to resolve and re-open Thank you for your contributions.