Installing and Configuring Git
Constraints
- Currently, CodeArts Repo cannot be managed using GitHub desktop.
- CodeArts Repo supports TLS1.2 and TLS1.3. If Git is of the latest version, run the following command to specify the TLS protocol version: test.com indicates the domain name for Git upload/download in CodeArts Repo, and tls1_2 indicates that the TLS protocol version is TLS1.2. For different Git client solutions, see Compatible TLS Protocol Versions with CodeArts Repo
openssl s_client -connect test.com:443 -tls1_2
Install Git Client
For details about the clients supported by Repo and the installation guide link, see Table 1.
Client Name |
OS |
Official Installation Guide Link |
---|---|---|
Git client |
Windows |
|
Linux |
||
Mac |
||
TortoiseGit |
Windows |
git config --global user.name your username git config --global user.email your_email_address
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.