se-edu/addressbook-level1

How do we test and push?

PhilipPhil opened this issue · 1 comments

I don't understand how to test with the text files? I implicated the to do's and tried to push but it didn't work. I'm not sure what I'm doing wrong. The error says

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin master:master
remote: Permission to nus-cs2103-AY1819S2/addressbook-level1.git denied to PhilipPhil.
fatal: unable to access 'https://github.com/nus-cs2103-AY1819S2/addressbook-level1.git/': The requested URL returned error: 403

Pushing to https://github.com/nus-cs2103-AY1819S2/addressbook-level1.git
Completed with errors, see above.

@PhilipPhil You are not supposed to (neither you have permission to) push to https://github.com/nus-cs2103-AY1819S2/addressbook-level1.git Hence the error.
You can post in the course forum or slack channel to reach the module teaching team. This issue tracker is for se-edu developers; it is not monitored by the teaching team.