Mit „hal“ getaggte Nachrichten
-
OK, I've finally worked out how the complex ssh - ssh-agent - ssh-add works, enough to write it up, which I've now done. Lots of pages hint at things, very few actually explain clearly what happens. Phew. Now, some grocery shopping f…
-
Near endless digging today, because I didn't understand ssh-agent, how it works, and the role (if any) of ssh-add in this (because some explanations of ssh-agent do not mention ssh-add). Finally found an example script for starting s…
-
After yet another bout of trial and error and looking at examples in yet more tutorials, I have FINALLY figured out how to use the ssh "shortcut" set up in ssh_config to connect to a remote Git repository on Hal. This syntax I have N…
-
*sigh* I'm trying to construct all sorts of variations of a path to a 'remote' Git repository on Hal (NAS) but I keep getting the same error message: "error: pathspec 'hal/volume1/Web/content/wp-content/themes/twentyeleven-child' did…
-
I *think* I have the (SSH) URL for one of my remote (on Hal) repositories right - at least the 'git add remote' finished without grumbles. Now trying to decide which command to use to get some code from the server into my local pract…
-
@mk I did everything right except I had forgotten one small detail: the permissions of the .ssh directories and the keys in them. There was no inkling of a grumble about that - but that was the problem! I found detailed instructions …
-
nearly done setting up a whole series of repos on Hal (NAS), one for each plugin and theme I will wirk on or *may* work on. this will then match "projects" in my IDEs. Still have to work out how to connect to a "remote" (NAS) repo fr…
-
@dragnucs yes, the full message from Git made that clear (at least if you use --global it's one time). It just surprised me, because none of the tutorials I looked at or worked through (at github) even mentioned this! But I remember …
-
@dragnucs heh, doing my first "real" setting up of a repository on my NAS (Hal) - init goes well, add goes well. then I want to do the commit and Git says: "*** Please tell me who you are" and wants my email and name :) the tutorial …