git push hangs after Total line

https://git-scm.com/docs/git-config#Documentation/git-config.txt-httppostBuffer http.postBuffer Maximum size in bytes of the buffer used by smart HTTP transports when POSTing data to the remote system. For requests larger than this buffer size, HTTP/1.1 and Transfer-Encoding: chunked is used to avoid creating a massive pack file locally. Default is 1 MiB, which is sufficient for most requests. Note that raising … Read more

Delete branches in Bitbucket

If the branches are only local, you can use -d if the branch has been merged, like git branch -d branch-name If the branch contains code you never plan on merging, use -D instead. If the branch is in the upstream repo (on Bitbucket) you can remove the remote reference by git push origin :branch-name … Read more

Forking from GitHub to Bitbucket

It’s not possible to send “pull request” across different sites today. I’ve added a feature request for this in the Bitbucket issue tracker: #3288. I suggest you add yourself as a follower if you want to track this. However, you can still move the source from GitHub to Bitbucket without having to download any zip … Read more

Change remote repository credentials (authentication) on Intellij IDEA 14

The easiest of all the above ways is to: Go to Settings>>Appearance & Behavior>>System Settings>>Passwords Change the setting to not store passwords at all Invalidate and restart IntelliJ Go to Settings>>Version Control>>Git>>SSH executable: Build-in Do a fetch/pull operation Enter the password when prompted Again go to Settings>>Appearance & Behavior>>System Settings>>Passwords This time select store passwords … Read more

Git on Bitbucket: Always asked for password, even after uploading my public SSH key

Are you sure you cloned it using the ssh url? The url for origin says url = https://Nicolas_Raoul@bitbucket.org/Nicolas_Raoul/therepo.git so if it is using https it will ask for password irrespective of your ssh keys. So what you want to do is the following: open your config file in your current repo .. vim .git/config and … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)