Bug #2133
Updated by Henning Blohm almost 3 years ago
Essentially, the following is missing in @com.zfabrik.impl.gitcr.helper.GitCommand@: missing: <pre><code class="java"> public void doClone() { if (Foundation.isOfflineMode()) { logger.warning("GIT-CR: '" + this.originUri.getHumanishName() + "' will be ignored (Running offline)"); return; } ... </code></pre>