!Git failed to resolve refish master
|
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 |
|
you probably didn’t mean to put a real email a public forum… |
|
you probably didn’t mean to put a real email a public forum… ta – changed |
|
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). |