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
student:eclipse:git [2021/10/20 13:21] bernstdhstudent:eclipse:git [2025/08/21 16:20] (current) bernstdh
Line 125: Line 125:
 ^ ''git'' Command ^ EGit Equivalent ^ ^ ''git'' Command ^ EGit Equivalent ^
 | ''add'' | Right-click on the file and then <key>Team+Add to Index</key> | | ''add'' | Right-click on the file and then <key>Team+Add to Index</key> |
-| ''clone'' | Open the Git Perspective and click on {{eclipse_git-clone.png}} |+| ''clone'' | Open the Git Perspective and click on {{eclipse_git-clone.png|Clone a Git Repository}} |
 | ''commit'' | Right-click on the project/files and then <key>Team+Commit...</key> | | ''commit'' | Right-click on the project/files and then <key>Team+Commit...</key> |
 | ''pull'' | Right-click on the project and then <key>Team+Pull</key> | | ''pull'' | Right-click on the project and then <key>Team+Pull</key> |
Line 133: Line 133:
  
 For more information, see the [[ https://wiki.eclipse.org/EGit/User_Guide | Egit User's Guide ]] For more information, see the [[ https://wiki.eclipse.org/EGit/User_Guide | Egit User's Guide ]]
 +
 +
 +==== Troubleshooting ====
 +
 +  - If you get an error related to your HttpConnection when you attempt to clone a repository, it may be because of the HTTP client you are using. To change it, open the Git Preferences dialog and change the HTTP client (e.g., from "Apache HTTP" to "Java Built-in HTTP"