!Git failed to resolve refish master
John Rickman (71) 646 posts |
The consensus on the ROOL forum seems to be that there is no mature Git client for RISC OS. However, I have had difficulty making it cooperate with GitHub as in the following example:
I am posting this for general interest and don’t expect much response as it is likely that the set of users of !Git is very small. ARMX6 RISC OS version 5.29 |
Steve Pampling (1551) 8170 posts |
you probably didn’t mean to put a real email a public forum… |
John Rickman (71) 646 posts |
you probably didn’t mean to put a real email a public forum… ta – changed |
Jeffrey Lee (213) 6048 posts |
Sounds like !Git is hardcoded to assume the “master” branch is the default, instead of using the branch indicated by the server (via the HEAD ref). You might find that “git checkout main” gets things working (“main” is what modern versions of official git, along with github, gitlab, etc. are now using for the default branch). |