Airbyte Setup on windows is failing: fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed. #34398
Replies: 5 comments 1 reply
-
|
What steps did you made to run Airbyte? |
Beta Was this translation helpful? Give feedback.
-
|
Steps as described on Airbyte documentation:
https://docs.airbyte.com/deploying-airbyte/local-deployment
Deploy on Windows
After installing the WSL 2 backend and Docker you should be able to run
containers using Windows PowerShell. Additionally, as we note frequently,
you will need docker-compose to build Airbyte from source. The suggested
guide already installs docker-compose on Windows.
Setup Guide
*1. Check out system requirements from Docker documentation
<https://docs.docker.com/desktop/windows/install/>.*
Follow the steps on the system requirements, and necessarily, download and
install the Linux kernel update package.
*2. Install Docker Desktop on Windows.*
Install Docker Desktop <https://docs.docker.com/desktop/windows/install/> from
here.
Make sure to select the options:
1. *Enable Hyper-V Windows Features*
2. *Install required Windows components for WSL 2*when prompted. After
installation, it will require to reboot your computer.
*3. You're done!*
git clone --depth=1 https://github.com/airbytehq/airbyte.git
cd airbyte
bash run-ab-platform.sh
- In your browser, just visit http://localhost:8000
- You will be asked for a username and password. By default, that's
username airbyte and password password. Once you deploy airbyte to your
servers, be sure to change these.
- Start moving some data!
Nag Rotte Attitude is Everything!!
…On Tue, Jan 23, 2024 at 09:25 Marcos Marx ***@***.***> wrote:
What steps did you made to run Airbyte?
—
Reply to this email directly, view it on GitHub
<#34398 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMAKBXGTG4PAX6BB62K5PDYP7I5PAVCNFSM6AAAAABCDIIIYCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DEMRSGIZDE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Just wanted to comment here and say I'm running into a similar issue. I'm following these instructions: https://docs.airbyte.com/deploying-airbyte/docker-compose#deploy-on-windows. After cloning the repository, I get the following output: remote: Enumerating objects: 18689, done.
remote: Counting objects: 100% (18689/18689), done.
remote: Compressing objects: 100% (12433/12433), done.
remote: Total 18689 (delta 7360), reused 11211 (delta 4542), pack-reused 0
Receiving objects: 100% (18689/18689), 118.39 MiB | 2.04 MiB/s, done.
Resolving deltas: 100% (7360/7360), done.
error: invalid path 'airbyte-integrations/connectors/source-klaviyo/.coveragerc '
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'Attempting error: invalid path 'airbyte-integrations/connectors/source-klaviyo/.coveragerc ' |
Beta Was this translation helpful? Give feedback.
-
|
I followed two instructions to resolve this issue First I did this: Then, as run-ab-platform.sh didn't work properly and required some web permissions I manually added commands to
files from below link Then I run below docker command. |
Beta Was this translation helpful? Give feedback.
-
|
Hi! This discussion hasn't had activity in over a year. Is this still relevant to you? If so, please reply and we'll keep it open. If we don't hear back within 14 days, we'll close this as part of our housekeeping. You can always reopen or create a new discussion later. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Airbyte Setup on windows is failing: fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed.
Is this a known issue ?
However I tried on Mac , it works fine.
Beta Was this translation helpful? Give feedback.
All reactions