Displaying 3 results from an estimated 3 matches for "precomposeunicod".
Did you mean:
precomposeunicode
2019 Jul 15
2
GitHub passwords in .git/config?
...: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
????? ** With .git/config as follows:
[core]
??? repositoryformatversion = 0
??? filemode = true
??? bare = false
??? logallrefupdates = true
??? ignorecase = true
??? precomposeunicode = true
[remote "origin"]
??? url = ssh://git at github.com:sbgraves237/Ecdat.git
??? fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
??? remote = origin
??? merge = refs/heads/master
????? I have an SSH key on my GitHub account, which says it was "Adde...
2019 Jul 15
0
GitHub passwords in .git/config?
...n
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
** With .git/config as follows:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = ssh://git at github.com:sbgraves237/Ecdat.git<mailto:ssh://git at github.com:sbgraves237/Ecdat.git>
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
I have an SSH...
2019 Jul 15
3
GitHub passwords in .git/config?
On 2019-07-15 10:56, Dirk Eddelbuettel wrote:
> <snip>
>
>
> Don't write passwords down like this. Your error is likely in expecting _ssh_
> authentication over _https_ -- when it works only over ssh. Use the alternate
> form for a remote e.g. one that looks like git at github.com:emacs-ess/ESS.git
????? I'm confused.? I changed that line to:
??? ?? ? ?? url =