我有一个文件夹层次结构,我想更改组所有权,包括任何后续文件/文件夹添加。我打算使用 chmod g+s 但我不确定它是否适用于已经创建的文件夹以及我如何使用组名运行它。
我正在尝试使用我用 putty (Win) 制作的密钥从 Mac 登录服务器。下面显示的一些输出看起来像是正在尝试,但我没有密码,所以我只是在对话框出现时按 Enter 键,所以我不知道如何让它接受空白密码。我知道它可以在我的 Win 机器上运行,无需密码或密码短语。
debug1: Authentications that can continue: publickey
debug3: start over, passed a different list publickey
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /Users/michael/.ssh/b.ppk
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
debug2: bad passphrase given, try again...
debug1: PEM_read_PrivateKey failed
debug1: read …Run Code Online (Sandbox Code Playgroud) 我正在使用 git bash 并尝试使用我的 Windows 用户名以“git push origin Dev”登录,但我希望它使用不同的名称,即我在遥控器上的用户名。我怎样才能改变这个?谢谢