git - BitBucket cannot push, "fatal: The remote end hung up unexpectedly" -


when trying push new bitbucket repository, keep getting error:

counting objects: 28, done. delta compression using 4 threads. compressing objects: 100% (28/28), done. writing objects: 100% (28/28), 10.82 mib | 7.29 mib/s, done. total 28 (delta 1), reused 0 (delta 0) error: rpc failed; curl 56 ssl read: error:140943fc:ssl routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0 fatal: remote end hung unexpectedly fatal: remote end hung unexpectedly up-to-date 

i same error in sourcetree well. tried messing config file increase buffer size shown below:

git config --global http.postbuffer 524288000 

i don't want use ssh on windows 10 without server use ssh from. rather push command prompt. should note folders able push repository others not.

wondering do. noticed there post issue here, wanted state case have tried of these no avail. looking here. i'm pushing simple bootstrap website.

i don't want use ssh on windows 10 without server use ssh from

you still push through ssh though: git windows has openssh included in distro. maybe server not have right use ssh outbound transaction? know cannot use ssh on server in company.

check if issue persists, there recent incident report atlassian bitbucket affecting git via https.
"bad record mac" ssl error "message authentication code", , suggests upgrade of ssl library on server side (as part of incident resolution).
make sure use latest git widows 2.8.3.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -