“fatal: HttpRequestException encountered.” Error with GitHub/Bitbucket Repositories due to dropping TLS-1.0 support

Git hub has removed TLS-1.0 from it’s authentication services. https://githubengineering.com/crypto-removal-notice/ Solutions Windows Clients Use Version 2.14.3 (or newer) of Git for Windows and newer include an up-to-date Git Credential Manager for Windows: https://gitforwindows.org/ You can also explicitly update your Git Windows Credential Manager to the latest version, 1.14.0, to get TLS-1.2 support: https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases/tag/v1.14.0 Visual Studio … Read more

How do I make a releases, builds, and/or snapshots with BitBucket?

2022: BCLOUD-11404 shows this is still not implemented 2015: As I mentioned before, BitBucket doesn’t support the GitHub-like release feature. Its FAQ still mention: For binary or executable storage, we recommend you look into file hosting services such as DropBox, rsync, rsnapshot, rdiff-backup, and so forth. Still not sure what to do? Review this post … Read more

GIT pulling or cloning repository only gets Master branch

The branches do exist but you can’t see them Try using this: git branch -a You’ll now see the list of remote branches in origin e.g. Output: remotes/origin/tk_removes_call_centers remotes/origin/tk_warm_transfer_fix remotes/origin/update_README and you can then git checkout [any_individual_branch_name] You can also get the same list with git branch -v –all which includes the most recent commit … Read more

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