Closed dhruvbalwada closed 3 years ago
Ok you should be able to push now.
Forks are not possible on private repos.
I think it has to go with the repo being empty (see the screenshot below)
FWIW this is a public repo
Just wanted to check in here, @dhruvbalwada are you able to push to this repo?
No, I am not. I usually push by forking/cloning the repo. But I don't know how to do that here. If you have any recommendations on how I can push, I will be willing to try them out now.
Could you try clone
ing this repo directly (instead of forking and then cloning your fork)
git clone https://github.com/ocean-transport/coiled_collaboration
cd coiled_collaboration
then git add
your notebook, git commit
those changes, and push directly to the master
branch here:
# copy `LLC4320_surface_kinematics.ipynb` into your local copy of this repo
git add LLC4320_surface_kinematics.ipynb
git commit -m "Add LLC4320_surface_kinematics.ipynb notebook"
git push origin master
I am unable to push due to permissions issues. I get the message:
(base) ➜ coiled_collaboration git:(master) git push
remote: Permission to ocean-transport/coiled_collaboration.git denied to dhruvbalwada.
fatal: unable to access 'https://github.com/ocean-transport/coiled_collaboration/': The requested URL returned error: 403
Ah I see, thanks for trying that out @dhruvbalwada. @rabernat could you push @dhruvbalwada's notebook to this repo or give @dhruvbalwada / me push access?
I just created @ocean-transport/coiled, but I can only add @dhruvbalwada, because @jrbourbeau is not part of the organization. Not sure if that requires @rabernat admin privileges, or if I am doing something wrong...
I just gave the team write priviliges to this repo. Can you try again @dhruvbalwada ? Just FYI, I think Ryan is on vacation this week.
Uploaded into notebooks now, thanks :)
Not sure how I can add a notebook here, the
Fork
option is disabled. Maybe because there is nothing under code. I have the notebook on: https://github.com/dhruvbalwada/LLC_analysis/blob/master/LLC4320_surface_kinematics.ipynbMaybe someone with write access can create Code and move this over.