简体   繁体   English

如何在mac终端上输入Bitbucket密码?

[英]how to enter Bitbucket password on mac terminal?

How do I connect to bitbucket on my mac?如何在我的 Mac 上连接到 bitbucket?

I'm trying to import my existing code into bitbucket using terminal on mac, but after I do a "git push -u origin master" it asks for my bitbucket password but it doesn't let me type my password.我正在尝试使用 Mac 上的终端将我现有的代码导入 bitbucket,但是在我执行“git push -u origin master”之后,它要求我输入 bitbucket 密码,但它不允许我输入密码。

在此处输入图片说明

In general, when you input a password in a terminal, you don't see anything as you do it.通常,当您在终端中输入密码时,您不会看到任何内容。 Many graphical environments show you an asterisk or bullet for each character, but the way terminals work is simply that they turn off the echo (that is, the display) of the characters you type.许多图形环境为您显示每个字符的星号或项目符号,但终端的工作方式只是关闭您键入的字符的回显(即显示)。

So when you're typing your password in the terminal, it is being entered, but nothing is being displayed on the terminal, and that's normal.因此,当您在终端中输入密码时,它正在输入,但终端上没有显示任何内容,这是正常的。 Just type it in as you usually would, and then hit Enter.只需像往常一样输入它,然后按 Enter。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM