Hi,
I was trying to upload into GitHub, I created a GitHub repository. On VS 2022 for mac I only have the Git tab and when I publish I get the no remote target set, second image. I don't know how to set the remote and change the username and password for Github on the VS 2022 for mac.
Asked
Active
Viewed 220 times
1

Diego Rodriguez Nava
- 567
- 1
- 5
- 10
-
I only know how to do it in code git remote set-url origin http//blah.git or git remote add origin http//blah.git. to set username and password its git config – Grant mitchell Dec 22 '22 at 04:39
-
1git config user.name "your username" git config user.password "your password" – Grant mitchell Dec 22 '22 at 04:41
-
Were you able to figure out a way to do it though the UI? Or is it only through bash? – TheBinaryCPA Mar 09 '23 at 18:14