Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "LTS/HowTos"

< LTS
(New page: = Known Issues = == Cannot git clone via ssh:// protocol (Resolved) == The issue with this is that most user accounts on the Forge will not have shell access to the forge and the ssh:/...)
 
Line 1: Line 1:
 +
= Howtos =
 +
 +
== Using TortoiseGit to "git submodule update" ==
 +
 +
#Navigate to your git repository which you cloned (eg. eclipse.platform.releng.aggregator)
 +
#Right click &gt; TortoiseGit &gt; Submodule Update
 +
#Select to Initialize Submodules
 +
#Click OK
 +
 
= Known Issues  =
 
= Known Issues  =
  

Revision as of 10:26, 1 November 2012

Howtos

Using TortoiseGit to "git submodule update"

  1. Navigate to your git repository which you cloned (eg. eclipse.platform.releng.aggregator)
  2. Right click > TortoiseGit > Submodule Update
  3. Select to Initialize Submodules
  4. Click OK

Known Issues

Cannot git clone via ssh:// protocol (Resolved)

The issue with this is that most user accounts on the Forge will not have shell access to the forge and the ssh:// protocol requires shell to operate. The solution we decided to go with was we provisioned a https:// protocal instead which we will recommend users to use instead.

Back to the top