bitbucket - Git push not working, no error -


i trying push commits bitbucket using command

git push origin master 

nothing happens. represented command prompt, , no error message. when browse source online, code has not been uploaded.

git remote show 

returns "origin"

git push --verbose 

does not show additional information.

i have pushed many times using method, stopped working.

i using 2.6.1.windows.1 on windows 10

update: appears problem git itself. can't push, pull, or clone repository on both github or bitbucket. seems git command connects remote isn't working.

i tried uninstalling , reinstalling git. tried installing both, 2.6.1 , 2.7.0 (2.7 didn't install on windows 10 build 14251). can interact repo without issue on other computers.

i had same error, push/pull/clone execute no errors, no feedback, nothing happended. helped install latest git , when option "choosing https transport backend" option came have selected "use native winbdows secure channel library" , worked again ... hope someone.

enter image description here


Comments