Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.66 KB

authenticating-to-a-git-server-from-a-workspace.adoc

File metadata and controls

21 lines (15 loc) · 1.66 KB

Authenticating to a Git server from a workspace

In a workspace, you can run Git commands that require user authentication like cloning a remote private Git repository or pushing to a remote public or private Git repository.

User authentication to a Git server from a workspace is configured by the administrator or, in some cases, by the individual user:

Additional resources