Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passphrase request when comparing two branches #236

Open
SarahAlidoost opened this issue Jun 17, 2024 Discussed in #235 · 0 comments
Open

Passphrase request when comparing two branches #236

SarahAlidoost opened this issue Jun 17, 2024 Discussed in #235 · 0 comments
Labels
code enhancement New feature or request documentation Improvements or additions to documentation

Comments

@SarahAlidoost
Copy link
Member

Discussed in https://github.com/orgs/EcoExtreML/discussions/235

Originally posted by Crystal-szj June 17, 2024
Hi @SarahAlidoost and @BSchilperoort,
I'm working with compare_git_branch_results.ipynb, which updates two branches to their latest versions and compares the results. However, when I run

!cd $path_to_repository; git checkout $main_branch; git pull
!cd $path_to_repository; git checkout $test_branch; git pull

The passphrase is requested:

Enter passphrase for key '/home/songz/.ssh/id_ed25519'

but it seems that there is no way to enter the password in a Jupyter notebook.

Currently, I manually git pull twice to sync my local branches with Github.

Do you know of any smart alternatives or solutions for this? Your insights would be greatly appreciated.

Thanks a lot.
Zengjing

@SarahAlidoost SarahAlidoost added documentation Improvements or additions to documentation code enhancement New feature or request labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code enhancement New feature or request documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant