DroidBench
DroidBench copied to clipboard
Error in pushing to droidbench
Hi Steven,
Earlier I have successfully pushed many samples to DroidBench but today I am facing problem in push. I am getting error:
Username for 'https://github.com': jyotigajrani Password for 'https://[email protected]': remote: Permission to secure-software-engineering/DroidBench.git denied to jyotigajrani. fatal: unable to access 'https://github.com/secure-software-engineering/DroidBench.git/': The requested URL returned error: 403
I am executing following commands: git clone https://github.com/secure-software-engineering/DroidBench.git --branch develop git add -f Network_reflection/* git commit -m "added Network_Reflection" git pull origin master
What mistake I am doing? Please correct.
Thanks
Hi.
It appears you don't have commit rights. Were you given commit rights? Maybe just send us a pull request instead?
Cheers Eric
On 2. May 2017, at 19:50, Jyoti Gajrani [email protected] wrote:
Hi Steven,
Earlier I have successfully pushed many samples to DroidBench but today I am facing problem in push. I am getting error:
Username for 'https://github.com': jyotigajrani Password for 'https://[email protected]': remote: Permission to secure-software-engineering/DroidBench.git denied to jyotigajrani. fatal: unable to access 'https://github.com/secure-software-engineering/DroidBench.git/': The requested URL returned error: 403
I am executing following commands: git clone https://github.com/secure-software-engineering/DroidBench.git --branch develop git add -f Network_reflection/* git commit -m "added Network_Reflection" git pull origin master
What mistake I am doing? Please correct.
Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.