-
Notifications
You must be signed in to change notification settings - Fork 11
Trying to push updated submodule containing pcre #26
Comments
I am a little further now. All you need to do is, (but MORE is required)
by Simba April 8 2019
So commit 1164444 is now recognized. My baselibs\config looks like
Any ideas? Anyone? |
With the help of the Git Extensons GUI, I went through some git razzle dazzle; I ended up with a branch called "master" at commit bb8cfa2 Therefore, I effectively gave THAT detached HEAD a branch name of "master"
Next, I did a git pull. . . .
In the Git Extensions GUI, I went back to my own local "GitHub/base"
O.K. I am not sure exactly what the shortest method would have been. Most likely someone has an easier method (and more correct method) taking fewer steps. (I would like to read about that solution.) I am now past the pcre compile step, in the AppVeyor build job. This issue is now closed. |
Note, for anyone who lands here. I also accidentally acquired a younger version of libcurl. That younger version caused my build to fail. Next, I had to revert that submodule version back: within the submodule folder libcurl, I did a hard rebase, followed by (within the base folder) stage, commit, and push. |
Hello @jeroen
Sorry, to bother you again.
I am trying to push this(below) rwinlib/base/commit submodule commit, from my local machine back up to github.
Update baselibs to include pcre2
d9107a3
I seem to have pulled it. The work log below may show that.
I am stuck and without that commit, every build of R development ends the same way.
I am following the official documentation here
https://git-scm.com/book/en/v2/Git-Tools-Submodules
I am stuck.
What do I need to do next?
(How do I push the submodule changes back up to github?)
Thanks.
Here is the work log
Again, I basically followed
https://git-scm.com/book/en/v2/Git-Tools-Submodules
The text was updated successfully, but these errors were encountered: