Re: Address book folder creation failed
Ingo Klöcker <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Message-ID | <138891216.JFIqtv03LY@thufir> |
On Mittwoch, 30. Mai 2018 08:56:57 CEST Lex Middelberg wrote: > Second - in an attempt to solve the above problem I have begun looking at > compiling and installing a newer version of KDE pim than what comes with > Kubuntu but I am stuck at the instruction: > > Let's setup a "kde:" prefix for git commands. Add the following text to your > ~/.gitconfig: > [url "git://anongit.kde.org/"] > insteadOf = kde: > [url "ssh://[email protected]/"] > pushInsteadOf = kde: > I can't even find the file ~/.gitconfig to open. How do I add that text to > the file? Again there is nothing helpful I can find on the internet. Well, you can simply create this file with your favorite text editor. Or, in my opinion better, you can use git-config for this. Run the following two commands: git config --global url.git://anongit.kde.org/.insteadOf kde: git config --global url.ssh://[email protected]/.pushInsteadOf kde: Effectively, this will add the file ~/.gitconfig with the above contents. Regards, Ingo
signature.asc
(application/pgp-signature, 195 B)
-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRxKgkQMhrHYtSAVAgadH5FMOC52AUCWw709AAKCRAadH5FMOC5 2H/1AKDTdyHEQME1cV4dC4hjVonzugtI6QCfYS+dboQujpcucC55xC97CyvryOA= =yMoY -----END PGP SIGNATURE-----