ajout infos pour bitbucket

This commit is contained in:
gcolpart 2017-06-14 23:18:11 +02:00
parent 36dc204644
commit 8cccf859aa

View file

@ -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 <https://confluence.atlassian.com/bbkb/troubleshooting-network-issues-389778693.html>