-
For anyone having the similar error: I had a problem with the 'git push origin' step. It's fixed now, because Yilun helped me, maybe he can explain how. |
Beta Was this translation helpful? Give feedback.
Answered by
yilun-wu
Sep 12, 2024
Replies: 1 comment 1 reply
-
I think in the end, it was because we put the If you can do |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yilun-wu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think in the end, it was because we put the
ssh-agent
script under.bash_profile
instead of.bashrc
as instructed from the steps.If you can do
git push origin
in WSL but not in the devcontainer, then make sure the steps are correctly applied.