dendibakh / perf-ninja

This is an online course where you can learn and master the skill of low-level performance analysis and tuning.
2.45k stars 208 forks source link

Can't access , Permission to dendibakh/perf-ninja.git denied to 1100fe #84

Closed 1100fe closed 3 months ago

1100fe commented 3 months ago

I can't push change , the steps to reproduce,

git clone https://github.com/dendibakh/perf-ninja.git git checkout -b private/1100fe git push origin private/1100fe

root@leon:/data_disk/ddrFe/nijia_perf/perf-ninja# git push origin private/1100fe remote: Permission to dendibakh/perf-ninja.git denied to 1100fe. fatal: unable to access 'https://github.com/dendibakh/perf-ninja.git/': The requested URL returned error: 403

Would you please help me for this issue ? I have been invited to collaborate.

dendibakh commented 3 months ago

Try cloning with git@github.com:dendibakh/perf-ninja.git

1100fe commented 3 months ago

Thanks! After I clone with this link, the issue is solved! O(∩_∩)O

dendibakh commented 3 months ago

Glad it helped

Farravid commented 2 months ago

Hey, I have cloned the repository using SSH too but I'm not able to submit my branch. I haven't been invited to collaborate, not sure how to do that.

Thanks!

dendibakh commented 2 months ago

Please follow directions here: https://github.com/dendibakh/perf-ninja/blob/main/GetStarted.md#submission-guidelines

Farravid commented 2 months ago

My bad, so sorry, thanks!