Re: Unable to change remote url of origin

2019-03-28 Thread Petr Bena
On 28/03/2019 10:05, Petr Bena wrote: On 27/03/2019 19:55, Andreas Schwab wrote: Do you have a URL rewrite rule (url.*.insteadof)? Andreas. I don't know. How do I figure that out? There is nothing like this in my ~/.ssh/config Oh you were right I found it in git config --list, removing this f

Re: Unable to change remote url of origin

2019-03-28 Thread Petr Bena
On 27/03/2019 19:55, Andreas Schwab wrote: Do you have a URL rewrite rule (url.*.insteadof)? Andreas. I don't know. How do I figure that out? There is nothing like this in my ~/.ssh/config

Re: Unable to change remote url of origin

2019-03-27 Thread Andreas Schwab
On Mär 27 2019, Petr Bena wrote: > # Display remote URL > > petr.bena@MacBook:~/Documents/grumpy$ git remote -v > origin    g...@github.com:grumpy-irc/grumpy (fetch) > origin    g...@github.com:grumpy-irc/grumpy (push) > > #Now change it to HTTPS instead of SSH > > petr.bena@MacBook:~/Documents/g

Re: Unable to change remote url of origin

2019-03-27 Thread Petr Bena
On 27/03/2019 13:57, Kevin Daudt wrote: On Wed, Mar 27, 2019 at 01:25:27PM +0100, Petr Bena wrote: Hello, I used to change remote URL simply by editing .git/config (which may not be most correct way), but out of sudden I am no longer able to do that. So I decided to do it the "proper way" but s

Re: Unable to change remote url of origin

2019-03-27 Thread Kevin Daudt
On Wed, Mar 27, 2019 at 01:25:27PM +0100, Petr Bena wrote: > Hello, > > I used to change remote URL simply by editing .git/config (which may not be > most correct way), but out of sudden I am no longer able to do that. So I > decided to do it the "proper way" but still - to no avail. Here is what

Unable to change remote url of origin

2019-03-27 Thread Petr Bena
Hello, I used to change remote URL simply by editing .git/config (which may not be most correct way), but out of sudden I am no longer able to do that. So I decided to do it the "proper way" but still - to no avail. Here is what I do and also it's visible what is wrong: # Display remote URL