Address book folder creation failed
Ingo Klöcker
kloecker at kde.org
Wed May 30 20:01:08 BST 2018
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://git@git.kde.org/"]
> 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://git@git.kde.org/.pushInsteadOf kde:
Effectively, this will add the file ~/.gitconfig with the above contents.
Regards,
Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdepim-users/attachments/20180530/b079bd07/attachment.sig>
More information about the kdepim-users
mailing list