You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking patch packages/flutter_tools/lib/src/aspectd.dart...
Checking patch packages/flutter_tools/lib/src/build_system/targets/common.dart...
error: packages/flutter_tools/lib/src/build_system/targets/common.dart: does not exist in index
Applied patch packages/flutter_tools/lib/src/aspectd.dart cleanly.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Applying: aspectd
Patch failed at 0001 aspectd
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
The text was updated successfully, but these errors were encountered:
我在flutter git 目录下 执行:git apply --3way ~/Github/aspectd/0001-aspectd.patch
报了如下错误:
E:/aspectD/aspDemo/0001-aspectd.patch:18: trailing whitespace.
// Copyright 2018 The Chromium Authors. All rights reserved.
E:/aspectD/aspDemo/0001-aspectd.patch:19: trailing whitespace.
// Use of this source code is governed by a BSD-style license that can be
E:/aspectD/aspDemo/0001-aspectd.patch:20: trailing whitespace.
// found in the LICENSE file.
E:/aspectD/aspDemo/0001-aspectd.patch:21: trailing whitespace.
E:/aspectD/aspDemo/0001-aspectd.patch:22: trailing whitespace.
import 'dart:io';
error: patch failed: packages/flutter_tools/lib/src/build_system/targets/common.dart:5
Falling back to three-way merge...
error: patch failed: packages/flutter_tools/lib/src/build_system/targets/common.dart:5
error: packages/flutter_tools/lib/src/build_system/targets/common.dart: patch does not apply
。
我先看看能不能正常工作
Checking patch packages/flutter_tools/lib/src/aspectd.dart...
Checking patch packages/flutter_tools/lib/src/build_system/targets/common.dart...
error: packages/flutter_tools/lib/src/build_system/targets/common.dart: does not exist in index
Applied patch packages/flutter_tools/lib/src/aspectd.dart cleanly.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Applying: aspectd
Patch failed at 0001 aspectd
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
The text was updated successfully, but these errors were encountered: