Skip to main content

All Questions

Tagged with
1 vote
1 answer
1k views

Git: Is it possible to PUSH via HTTPS while the Port 22 outbound is blocked?

In our development environment, outgoing Port 22 are blocked. And I assume the git push .. command sends the files via SSH/22. We're using BitBucket. Is it possible to git push using HTTPS protocol ...
夏期劇場's user avatar
29 votes
1 answer
9k views

Why is SSH safer than HTTPS on direct connections to a Git Repository with Credentials

Well, consider that the credentials are stored in a non secure manner somewhere on the file-system (default options on Ubuntu). There are quite a few sites which tell you that using SSH is more secure ...
paul23's user avatar
  • 583