push button not enabled #561
-
|
Hi @richardreeve, I am having issues pushing from r to github. The button will not enable, is there a manual way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
|
The push button is most likely not enabled because you haven't followed the instructions to create the repository on github, as we did in 3.1, and is described more generally in the R package reference guide we provided: usethis::use_github(organisation = "SBOHVM", private = TRUE)Once the R package is connected to github, the button should be enabled whenever there are commits to push. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @richardreeve, I have managed to push everything to GitHub. Still not sure what the issue was, I had to create a new repository without the readme.md file, then add it through my terminal in R, which reactivated the push and pull buttons. I have updated the link in moodle, thanks again for all your help! |
Beta Was this translation helpful? Give feedback.
Hi @richardreeve, I have managed to push everything to GitHub. Still not sure what the issue was, I had to create a new repository without the readme.md file, then add it through my terminal in R, which reactivated the push and pull buttons. I have updated the link in moodle, thanks again for all your help!