Re: GIT problem

2023-05-11 Thread tomas
On Thu, May 11, 2023 at 07:05:21PM -0400, Stefan Monnier wrote: > > git remote remove origin > > # this re-adds it > > git remote add origin > > Better go with > > git remote set-url origin Right :) Cheers -- t signature.asc Description: PGP signature

Re: GIT problem

2023-05-11 Thread Stefan Monnier
> git remote remove origin > # this re-adds it > git remote add origin Better go with git remote set-url origin -- Stefan

Re: GIT problem

2023-05-10 Thread john doe
On 5/10/23 05:47, William Torrez Corea wrote: Command: git push master origin I want upload my change to branch MAIN but when i want upload my change i get the following error: remote: Support for password authentication was removed on August 13, 2021. remote: Please see

Re: GIT problem

2023-05-10 Thread Vincent Lefevre
On 2023-05-10 05:49:19 +0100, Tim Woodall wrote: > On Tue, 9 May 2023, William Torrez Corea wrote: > > > Command: > > > > git push master origin > > > > > shouldn't that be git push origin master? Or even origin main? Or in general, simply "git push", since the current branch and the

Re: GIT problem

2023-05-10 Thread Henning Follmann
On Tue, May 09, 2023 at 09:47:45PM -0600, William Torrez Corea wrote: > Command: > > git push master origin > > > > I want upload my change to branch MAIN but when i want upload my change i > get the following error: > > remote: Support for password authentication was removed on August 13,

Re: GIT problem

2023-05-09 Thread tomas
On Tue, May 09, 2023 at 09:47:45PM -0600, William Torrez Corea wrote: > Command: > > git push master origin > > > > I want upload my change to branch MAIN but when i want upload my change i > get the following error: > > remote: Support for password authentication was removed on August 13,

Re: GIT problem

2023-05-09 Thread Tim Woodall
On Tue, 9 May 2023, William Torrez Corea wrote: Command: git push master origin shouldn't that be git push origin master? Or even origin main? I want upload my change to branch MAIN but when i want upload my change i get the following error: remote: Support for password authentication

GIT problem

2023-05-09 Thread William Torrez Corea
Command: git push master origin > I want upload my change to branch MAIN but when i want upload my change i get the following error: remote: Support for password authentication was removed on August 13, 2021. > remote: Please see >