Convert Bitbucket Mercurial repository to Git. Maintain branches and history. Online solution

The only way I found to convert a Mercurial repo to Git, while keeping all the branches, was to use GitHub’s importer. This was also the easiest since it’s all done online. Nothing local to install, no command line stuff. Main idea Use Github’s importer to convert Bitbucket Mercurial repo to GitHub Git repo. Then … Read more

Git clone in windows much slower than in linux

Problem solved. Open command prompt as administrator and run the following commands: netsh interface tcp show global netsh interface tcp set global autotuninglevel=normal netsh interface tcp show heuristics netsh interface tcp set heuristics disabled Do not forget to restart the computer in the end. The cause was auto tuning was set to disabled for some … Read more

Private bitbucket repository in package.json with version

Login to your bitbucket account and under user settings add an app password: Add package dependency to your package.json as: “dependencies”: { “my-module”: “git+https://Xaqron:[email protected]/Xaqron/my-module.git#*” } Replace Xaqron with your own username and pwd with app password from step one. to install specific version add #v.v.v (i.e. #1.0.0) to the end of dependency URL.

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