You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/25 11:38:01 UTC

[GitHub] [airflow] hansmbakker opened a new issue, #25281: Cannot clone Airflow repo

hansmbakker opened a new issue, #25281:
URL: https://github.com/apache/airflow/issues/25281

   ### Apache Airflow version
   
   2.3.3 (latest released)
   
   ### What happened
   
   The `git clone` command failed because of files in [/tests/www/test_logs/dag_for_testing_log_view](https://github.com/apache/airflow/tree/main/tests/www/test_logs/dag_for_testing_log_view) having invalid names:
   ```
   PS C:\client-repos\apache> git clone https://github.com/apache/airflow
   Cloning into 'airflow'...
   remote: Enumerating objects: 249170, done.
   remote: Counting objects: 100% (166/166), done.
   remote: Compressing objects: 100% (122/122), done.
   remote: Total 249170 (delta 65), reused 93 (delta 43), pack-reused 249004
   Receiving objects: 100% (249170/249170), 173.14 MiB | 8.05 MiB/s, done.
   Resolving deltas: 100% (188121/188121), done.
   error: invalid path 'tests/www/test_logs/dag_for_testing_log_view/scheduled__2017-09-01T00:00:00+00:00/task_for_testing_log_view/1.log'
   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 :/'
   ```
   
   ### What you think should happen instead
   
   Either it should checkout 
   
   ### How to reproduce
   
   Use Windows 11 with the Terminal app in Powershell mode.
   
   Run `git clone https://github.com/apache/airflow`
   
   ### Operating System
   
   Windows
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Other
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] boring-cyborg[bot] commented on issue #25281: Cannot clone Airflow repo

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #25281:
URL: https://github.com/apache/airflow/issues/25281#issuecomment-1193937915

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk closed issue #25281: Cannot clone Airflow repo

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #25281: Cannot clone Airflow repo
URL: https://github.com/apache/airflow/issues/25281


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] hansmbakker commented on issue #25281: Cannot clone Airflow repo

Posted by GitBox <gi...@apache.org>.
hansmbakker commented on issue #25281:
URL: https://github.com/apache/airflow/issues/25281#issuecomment-1193958936

   Workaround: cloning inside WSL works, but I believe that using filenames containing characters that are unsafe in a path is not a best practice.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org