2. Check or add usage correct -Djavax.net.ssl.trustStore="...\cacerts"
3. Check Network, Firewall and Proxy settings by accessing the site with:
Try:
ping host
ping ip
Try:
telnet hostname port
Version Year | EE | ide | classic | size ee |
Galileo 3.5.2 2009 | 745 | 1094 | 651 | 190 |
Helios 3.6.2 2010 | 3982 | 934 | 421 | 206 |
Indigo 3.7.2 2011 | 4671156 | 1659485 | 3223475 | 213 |
Juno 4.2.2 2012 | 2825040 | 1119755 | 1827173 | 229 |
Kepler 4.3.2 2013 | 4174634 | 1235322 | 5699326 | 250 |
Luna 4.4.2 2014 | 2561008 | 4392111 | 347281 | 254 |
Mars 4.5.2 2015 | 3419709 | 1479877 | 169154 | 275 |
Neon 2016 | 1805982 | 804094 | 54177 | 304 |
Oxygen 2017 | 136808 | 88226 | 8991 | 328 |
git clone https://git/com.company.api.core.git
git clone https://git/com.company.api.core.git []
git checkout -b my_hello_world_branch git add . git commit -m "B012345 Fixed Hello World" git push -u origin my_hello_world_branch
git checkout master
git checkout
git checkout
git checkout master git pull --rebase git checkout some_fix_bug git merge master git push
git fetch git pull origin master git push
git stash
git stash pop
git reset HEAD
git reset --hard
git reset --hard HEAD
git reset --hard HEAD^ #moves HEAD back by one commit
git reset --hard HEAD~3 #moves HEAD back by 3 commits
git pull
to get the latest code.git push -f origin
git clean -xf
.git clean -df
-n
for a dry-run.git branch -D
git push origin --delete
git cherry-pick c1qwlkjfcnc432289a42d34ab4b23803c9
git branch
git tag
git branch -r
git remote show origin
git tag -l
git checkout tags/
git diff 4223732fhkjsdve1ffce96563367e8fdc^
git diff HEAD^
git diff HEAD~2
old
to new
:git tag new old
git tag -d old
git push origin :refs/tags/old
git push --tags
--cached
flag:git diff --cached