Tuesday 28 March 2017

You are pushing code on bitbucket if your network is ssl certified use this

1. sudo nano /etc/hosts run this command in console after that in file you write code below given. 

2 .104.192.143.2 bitbucket.org
ctrl+x and yes and run last command in console. you can push code on bitbucket.

3. sudo /etc/init.d/networking restart

No comments:

Post a Comment

Revert last commit or second last and more....

 Git revert commit_id -m 1 this command willl revert last commit  Git revert commit_id -m 2 this command will revert second commit with same...