From 8cccf859aa2fc7ef9635d40938a424bfd563655f Mon Sep 17 00:00:00 2001 From: gcolpart Date: Wed, 14 Jun 2017 23:18:11 +0200 Subject: [PATCH] ajout infos pour bitbucket --- HowtoGit.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HowtoGit.md b/HowtoGit.md index a74fa0b2..b07607ea 100644 --- a/HowtoGit.md +++ b/HowtoGit.md @@ -831,3 +831,15 @@ $ git shortlog -sne ~~~ $ git reset --hard HEAD^ ~~~ + +### Troubleshooting bitbucket + +Si soucis avec Bitbucket, notamment performance réseau, on peut tester : + +~~~ +$ git clone https://bitbucket.org/mirror/git.git +~~~ + +Notamment Bitbucket a des performances mauvaises (ou nulles) en IPv6. + +Voir \ No newline at end of file