我正在尝试在ipython notebook中执行git命令。我有github帐户的所有ssh密钥设置,并且如果我在终端上键入此密码,则可以成功使用git命令而不使用我的密码。但是,当我使用bash命令模式在ipython笔记本上键入它时,它会询问我的密码。由于输出是静态的,我无处输入我的密码。我不明白为什么会这样,因为我虽然ipython notebook只是在终端执行bash命令。
In [*]:!git push
Enter passphrase for key '~/.ssh/id_rsa':
有谁知道为什么我会看到这种差异?
谢谢。
答案 0 :(得分:0)
我认为这是由于您的Array [ 14.285714285714286, 28.571428571428573, 42.857142857142854, 57.142857142857146, 71.42857142857143, 85.71428571428571, 100 ]
和.bash_profile
文件之间存在差异所致。
当.bashrc
作为登录shell运行时,它运行bash
,当它运行.bash_profile
时,如果它们不同,则会得到不同的结果。< / p>
我的.bashrc
个人文件仅包含.bashrc
。