experiencing the same issues, these labs prove to be time wasters when these things happen, and there is no one to help ASAP, or any lab-compliant way to do them. had a similar issue with the git clone task
I have attempted this Git rebase lab severeally but the task will not pass even though the rebase and push were successful. Below are the steps I followed along with screenshots (attached):
Steps Taken:
SSH to storage server
ssh natasha@ststor01
Navigate to repository
cd /usr/src/kodekloudrepos/apps
I got this right now after a lot of stuggling. And that’s what I did:
1st: Acess the repo as root (storage# cd <dir_path)
2nd: Rebase the feature according to the last commits in the master (git rebase master)
3rd: Push guaranteeing that the information in the remote feature branch will stay protected (git push origin feature --force-with-lease)