working on it
Closed this issue · 3 comments
vermad843 commented
hey cj huge fan. love the way you teach. thankyou for your valuable content. I am working on this please accept my request.
vermad843 commented
C:\Users\vishnu\Desktop\workspace\meower>git push origin adding-styles
remote: Permission to CodingGarden/meower.git denied to vermad843.
fatal: unable to access 'https://github.com/CodingGarden/meower.git/': The requested URL returned error: 403
w3cj commented
- Fork the repo
- Add your fork as a remote locally
git remote add my-remote https://github.com/vermad843/meower.git
- Push the changes to your remote
git push my-remote master
- Open a pull request with the changes you made
vermad843 commented
thank you, CJ for taking time out for answering this
I followed this and it worked and
I opened the pull request as well please check .thankyou!!!!