-1

Iam trying to push files on githum but its give me such errors.

Warning: in the working copy of

.dart_tool/dartpad/web_plugin_registrant.dart', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '.dart_tool/flutter_build/5858a742c42e73c8f0e5b45ebdff649f/kernel_snapshot.d', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '.dart_tool/package_config.json', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '.dart_tool/package_config_subset', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of '.gitattributes', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'analysis_options.yaml', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/.gitignore', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/app/build.gradle', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/app/src/debug/AndroidManifest.xml', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/app/src/main/AndroidManifest.xml', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/app/src/main/kotlin/com/example/lgoin_ui/MainActivity.kt', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/app/src/main/res/drawable-v21/launch_background.xml', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/app/src/main/res/drawable/launch_background.xml', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/app/src/main/res/values-night/styles.xml', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/app/src/main/res/values/styles.xml', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/app/src/profile/AndroidManifest.xml', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/build.gradle', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/gradle.properties', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/gradle/wrapper/gradle-wrapper.properties', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/lgoin_ui_android.iml', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'android/settings.gradle', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'build/app/generated/source/buildConfig/debug/com/example/lgoin_ui/BuildConfig.java', LF will be replaced by CRLF the next time Git touches it

Iam tryin to add my code on github

Xuuan Thuc
  • 2,340
  • 1
  • 5
  • 22
rabia
  • 1
  • 1

1 Answers1

0

You can try this command git config --global core.autocrlf false recommend in this answer here In this question.

Sizo Develops
  • 118
  • 1
  • 8