Build a Periodic Table Database, Git push error

Hello,
Please I have encountered an error while working on Relational Databases: Build a Periodic Table Database.

I keep getting the following error message while I try to push to git public repo:

remote: Permissions to freeCodeCamp/learn-periodic-table-database.git denied to Billjay65
*fatal: unable to access ‘GitHub - freeCodeCamp/learn-periodic-table-database’: *
The requested URL returned error: 403

This is the first time since I started this lesson I am facing this problem . All my
previous push commands worked well without any hitch. I have set the permissions
correctly also.

Please help me resolve this issue.


What’s your origin remote address? It looks like you might be trying to push to the original boilerplate repository, instead of your fork.

1 Like

The origin remote address is:

https://github.com/Billjay65/periodic-table.git
I copied it from github and tried to push to it but it does not work. The problem still persist.

Please help me!

Could you try to confirm that with git remote -v command?