Site Tools


techsupport:guides:vscodessh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
techsupport:guides:vscodessh [2024/04/10 19:23] tshinintechsupport:guides:vscodessh [2024/04/10 19:31] (current) – [Troubleshooting] tshinin
Line 30: Line 30:
  
 === Git Errors === === Git Errors ===
 +A common error that students may run into when developing on the SoCS Linux servers using VS Code is not being able to authenticate on git when cloning or pushing (with a "missing or invalid credentials" error). This error occurs when using git through a terminal opened within VS Code due to a conflict between the git package on the server and the authentication handler of VS Code's Git extension. To resolve this: 
 +  - Open VS Code. 
 +  - Click on "File" on the top left, then "Preferences", and "Settings"
 +  - Using the search bar, find "git.terminalAuthentication" 
 +  - Uncheck the checkbox.  
 +  - Git commands should now authenticate correctly. If they do not, reconnect to the server using Remote-SSH. 
  
  
  
  
techsupport/guides/vscodessh.1712776995.txt.gz · Last modified: 2024/04/10 19:23 by tshinin