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